HSL(124, 52%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,52%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 52%, 43%) | color: hsl(124, 52%, 43%) | |
| HEX | #35A73C | color: #35A73C | |
| RGB | rgb(53, 167, 60) | color: rgb(53, 167, 60) | |
| CMYK | cmyk(68%, 0%, 64%, 35%) | — | |
| HSV | hsv(124, 68%, 65%) | — | |
| HWB | hwb(124 21% 35%) | color: hwb(124 21% 35%) | |
| OKLCH | oklch(0.6421 0.1782 144.02) | color: oklch(0.6421 0.1782 144.02) | |
| Lab | lab(60.53 -53.22 44.93) | color: lab(60.53 -53.22 44.93) | |
| LCH | lch(60.53 69.65 139.83) | color: lch(60.53 69.65 139.83) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#666756 — rgb(102, 103, 86)
Deuteranopia (Green-blind)
#60575C — rgb(96, 87, 92)
Tritanopia (Blue-blind)
#3B6A6F — rgb(59, 106, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 52%, 43%);
text
color: hsl(124, 52%, 43%);
border
border: 2px solid hsl(124, 52%, 43%);
gradient light
background: linear-gradient(to right, hsl(124, 52%, 63%), hsl(124, 52%, 43%));
gradient dark
background: linear-gradient(to right, hsl(124, 52%, 43%), hsl(124, 52%, 23%))
hex
background-color: #35A73C;
tailwind
bg-[hsl(124,52%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 52%, 43%, 0.4);
css variable
--color-primary: hsl(124, 52%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 52%, 43%)?
HEX: #35A73C | RGB: rgb(53, 167, 60) | CMYK: 68%, 0%, 64%, 35% | HSV: 124°, 68%, 65%. Copy any format from the conversion table above.
What colors go well with #35A73C?
The complementary color is HSL(304, 52%, 43%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 52%, 43%) in CSS?
As HSL: color: hsl(124, 52%, 43%); — As HEX: color: #35A73C; — As RGB: color: rgb(53, 167, 60); — Tailwind CSS: bg-[hsl(124,52%,43%)] — CSS variable: --color-primary: hsl(124, 52%, 43%);