HSL(142, 100%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,100%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 100%, 66%) | color: hsl(142, 100%, 66%) | |
| HEX | #52FF91 | color: #52FF91 | |
| RGB | rgb(82, 255, 145) | color: rgb(82, 255, 145) | |
| CMYK | cmyk(68%, 0%, 43%, 0%) | — | |
| HSV | hsv(142, 68%, 100%) | — | |
| HWB | hwb(142 32% 0%) | color: hwb(142 32% 0%) | |
| OKLCH | oklch(0.8872 0.2061 151.45) | color: oklch(0.8872 0.2061 151.45) | |
| Lab | lab(89.56 -67.19 39.97) | color: lab(89.56 -67.19 39.97) | |
| LCH | lch(89.56 78.18 149.25) | color: lch(89.56 78.18 149.25) |
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)
#9D9EAC — rgb(157, 158, 172)
Deuteranopia (Green-blind)
#9386B2 — rgb(147, 134, 178)
Tritanopia (Blue-blind)
#5BC1C5 — rgb(91, 193, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 100%, 66%);
text
color: hsl(142, 100%, 66%);
border
border: 2px solid hsl(142, 100%, 66%);
gradient light
background: linear-gradient(to right, hsl(142, 100%, 86%), hsl(142, 100%, 66%));
gradient dark
background: linear-gradient(to right, hsl(142, 100%, 66%), hsl(142, 100%, 46%))
hex
background-color: #52FF91;
tailwind
bg-[hsl(142,100%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 100%, 66%, 0.4);
css variable
--color-primary: hsl(142, 100%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 100%, 66%)?
HEX: #52FF91 | RGB: rgb(82, 255, 145) | CMYK: 68%, 0%, 43%, 0% | HSV: 142°, 68%, 100%. Copy any format from the conversion table above.
What colors go well with #52FF91?
The complementary color is HSL(322, 100%, 66%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 100%, 66%) in CSS?
As HSL: color: hsl(142, 100%, 66%); — As HEX: color: #52FF91; — As RGB: color: rgb(82, 255, 145); — Tailwind CSS: bg-[hsl(142,100%,66%)] — CSS variable: --color-primary: hsl(142, 100%, 66%);