HSL(142, 65%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,65%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 65%, 59%) | color: hsl(142, 65%, 59%) | |
| HEX | #52DA84 | color: #52DA84 | |
| RGB | rgb(82, 218, 132) | color: rgb(82, 218, 132) | |
| CMYK | cmyk(62%, 0%, 39%, 15%) | — | |
| HSV | hsv(142, 62%, 85%) | — | |
| HWB | hwb(142 32% 15%) | color: hwb(142 32% 15%) | |
| OKLCH | oklch(0.7932 0.1701 152.4) | color: oklch(0.7932 0.1701 152.4) | |
| Lab | lab(78.23 -55.75 31.68) | color: lab(78.23 -55.75 31.68) | |
| LCH | lch(78.23 64.12 150.39) | color: lch(78.23 64.12 150.39) |
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)
#8D8E99 — rgb(141, 142, 153)
Deuteranopia (Green-blind)
#857B9E — rgb(133, 123, 158)
Tritanopia (Blue-blind)
#59A9AD — rgb(89, 169, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 65%, 59%);
text
color: hsl(142, 65%, 59%);
border
border: 2px solid hsl(142, 65%, 59%);
gradient light
background: linear-gradient(to right, hsl(142, 65%, 79%), hsl(142, 65%, 59%));
gradient dark
background: linear-gradient(to right, hsl(142, 65%, 59%), hsl(142, 65%, 39%))
hex
background-color: #52DA84;
tailwind
bg-[hsl(142,65%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 65%, 59%, 0.4);
css variable
--color-primary: hsl(142, 65%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 65%, 59%)?
HEX: #52DA84 | RGB: rgb(82, 218, 132) | CMYK: 62%, 0%, 39%, 15% | HSV: 142°, 62%, 85%. Copy any format from the conversion table above.
What colors go well with #52DA84?
The complementary color is HSL(322, 65%, 59%). 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, 65%, 59%) in CSS?
As HSL: color: hsl(142, 65%, 59%); — As HEX: color: #52DA84; — As RGB: color: rgb(82, 218, 132); — Tailwind CSS: bg-[hsl(142,65%,59%)] — CSS variable: --color-primary: hsl(142, 65%, 59%);