HSL(127, 58%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,58%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 58%, 52%) | color: hsl(127, 58%, 52%) | |
| HEX | #3ECC4E | color: #3ECC4E | |
| RGB | rgb(62, 204, 78) | color: rgb(62, 204, 78) | |
| CMYK | cmyk(70%, 0%, 62%, 20%) | — | |
| HSV | hsv(127, 70%, 80%) | — | |
| HWB | hwb(127 24% 20%) | color: hwb(127 24% 20%) | |
| OKLCH | oklch(0.7442 0.2062 144.79) | color: oklch(0.7442 0.2062 144.79) | |
| Lab | lab(72.73 -62.31 50.78) | color: lab(72.73 -62.31 50.78) | |
| LCH | lch(72.73 80.38 140.82) | color: lch(72.73 80.38 140.82) |
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)
#7B7D6C — rgb(123, 125, 108)
Deuteranopia (Green-blind)
#736974 — rgb(115, 105, 116)
Tritanopia (Blue-blind)
#45858A — rgb(69, 133, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 58%, 52%);
text
color: hsl(127, 58%, 52%);
border
border: 2px solid hsl(127, 58%, 52%);
gradient light
background: linear-gradient(to right, hsl(127, 58%, 72%), hsl(127, 58%, 52%));
gradient dark
background: linear-gradient(to right, hsl(127, 58%, 52%), hsl(127, 58%, 32%))
hex
background-color: #3ECC4E;
tailwind
bg-[hsl(127,58%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 58%, 52%, 0.4);
css variable
--color-primary: hsl(127, 58%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 58%, 52%)?
HEX: #3ECC4E | RGB: rgb(62, 204, 78) | CMYK: 70%, 0%, 62%, 20% | HSV: 127°, 70%, 80%. Copy any format from the conversion table above.
What colors go well with #3ECC4E?
The complementary color is HSL(307, 58%, 52%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 58%, 52%) in CSS?
As HSL: color: hsl(127, 58%, 52%); — As HEX: color: #3ECC4E; — As RGB: color: rgb(62, 204, 78); — Tailwind CSS: bg-[hsl(127,58%,52%)] — CSS variable: --color-primary: hsl(127, 58%, 52%);