HSL(129, 59%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,59%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 59%, 52%) | color: hsl(129, 59%, 52%) | |
| HEX | #3CCD52 | color: #3CCD52 | |
| RGB | rgb(60, 205, 82) | color: rgb(60, 205, 82) | |
| CMYK | cmyk(71%, 0%, 60%, 20%) | — | |
| HSV | hsv(129, 71%, 80%) | — | |
| HWB | hwb(129 23% 20%) | color: hwb(129 23% 20%) | |
| OKLCH | oklch(0.7468 0.2049 145.47) | color: oklch(0.7468 0.2049 145.47) | |
| Lab | lab(73.04 -62.53 49.36) | color: lab(73.04 -62.53 49.36) | |
| LCH | lch(73.04 79.66 141.71) | color: lch(73.04 79.66 141.71) |
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)
#7B7C70 — rgb(123, 124, 112)
Deuteranopia (Green-blind)
#726877 — rgb(114, 104, 119)
Tritanopia (Blue-blind)
#43878C — rgb(67, 135, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 59%, 52%);
text
color: hsl(129, 59%, 52%);
border
border: 2px solid hsl(129, 59%, 52%);
gradient light
background: linear-gradient(to right, hsl(129, 59%, 72%), hsl(129, 59%, 52%));
gradient dark
background: linear-gradient(to right, hsl(129, 59%, 52%), hsl(129, 59%, 32%))
hex
background-color: #3CCD52;
tailwind
bg-[hsl(129,59%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 59%, 52%, 0.4);
css variable
--color-primary: hsl(129, 59%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 59%, 52%)?
HEX: #3CCD52 | RGB: rgb(60, 205, 82) | CMYK: 71%, 0%, 60%, 20% | HSV: 129°, 71%, 80%. Copy any format from the conversion table above.
What colors go well with #3CCD52?
The complementary color is HSL(309, 59%, 52%). 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, 59%, 52%) in CSS?
As HSL: color: hsl(129, 59%, 52%); — As HEX: color: #3CCD52; — As RGB: color: rgb(60, 205, 82); — Tailwind CSS: bg-[hsl(129,59%,52%)] — CSS variable: --color-primary: hsl(129, 59%, 52%);