HSL(129, 75%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,75%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 75%, 51%) | color: hsl(129, 75%, 51%) | |
| HEX | #24E040 | color: #24E040 | |
| RGB | rgb(36, 224, 64) | color: rgb(36, 224, 64) | |
| CMYK | cmyk(84%, 0%, 71%, 12%) | — | |
| HSV | hsv(129, 84%, 88%) | — | |
| HWB | hwb(129 14% 12%) | color: hwb(129 14% 12%) | |
| OKLCH | oklch(0.7906 0.2438 144.35) | color: oklch(0.7906 0.2438 144.35) | |
| Lab | lab(78.49 -73.39 62.48) | color: lab(78.49 -73.39 62.48) | |
| LCH | lch(78.49 96.38 139.59) | color: lch(78.49 96.38 139.59) |
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)
#757767 — rgb(117, 119, 103)
Deuteranopia (Green-blind)
#6B5C70 — rgb(107, 92, 112)
Tritanopia (Blue-blind)
#2D858C — rgb(45, 133, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 75%, 51%);
text
color: hsl(129, 75%, 51%);
border
border: 2px solid hsl(129, 75%, 51%);
gradient light
background: linear-gradient(to right, hsl(129, 75%, 71%), hsl(129, 75%, 51%));
gradient dark
background: linear-gradient(to right, hsl(129, 75%, 51%), hsl(129, 75%, 31%))
hex
background-color: #24E040;
tailwind
bg-[hsl(129,75%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 75%, 51%, 0.4);
css variable
--color-primary: hsl(129, 75%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 75%, 51%)?
HEX: #24E040 | RGB: rgb(36, 224, 64) | CMYK: 84%, 0%, 71%, 12% | HSV: 129°, 84%, 88%. Copy any format from the conversion table above.
What colors go well with #24E040?
The complementary color is HSL(309, 75%, 51%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 75%, 51%) in CSS?
As HSL: color: hsl(129, 75%, 51%); — As HEX: color: #24E040; — As RGB: color: rgb(36, 224, 64); — Tailwind CSS: bg-[hsl(129,75%,51%)] — CSS variable: --color-primary: hsl(129, 75%, 51%);