HSL(132, 100%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,100%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 100%, 66%) | color: hsl(132, 100%, 66%) | |
| HEX | #52FF74 | color: #52FF74 | |
| RGB | rgb(82, 255, 116) | color: rgb(82, 255, 116) | |
| CMYK | cmyk(68%, 0%, 55%, 0%) | — | |
| HSV | hsv(132, 68%, 100%) | — | |
| HWB | hwb(132 32% 0%) | color: hwb(132 32% 0%) | |
| OKLCH | oklch(0.8829 0.2306 146.62) | color: oklch(0.8829 0.2306 146.62) | |
| Lab | lab(89.19 -71.4 53.16) | color: lab(89.19 -71.4 53.16) | |
| LCH | lch(89.19 89.02 143.33) | color: lch(89.19 89.02 143.33) |
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)
#9D9E96 — rgb(157, 158, 150)
Deuteranopia (Green-blind)
#93869E — rgb(147, 134, 158)
Tritanopia (Blue-blind)
#5BB0B6 — rgb(91, 176, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 100%, 66%);
text
color: hsl(132, 100%, 66%);
border
border: 2px solid hsl(132, 100%, 66%);
gradient light
background: linear-gradient(to right, hsl(132, 100%, 86%), hsl(132, 100%, 66%));
gradient dark
background: linear-gradient(to right, hsl(132, 100%, 66%), hsl(132, 100%, 46%))
hex
background-color: #52FF74;
tailwind
bg-[hsl(132,100%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 100%, 66%, 0.4);
css variable
--color-primary: hsl(132, 100%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 100%, 66%)?
HEX: #52FF74 | RGB: rgb(82, 255, 116) | CMYK: 68%, 0%, 55%, 0% | HSV: 132°, 68%, 100%. Copy any format from the conversion table above.
What colors go well with #52FF74?
The complementary color is HSL(312, 100%, 66%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 100%, 66%) in CSS?
As HSL: color: hsl(132, 100%, 66%); — As HEX: color: #52FF74; — As RGB: color: rgb(82, 255, 116); — Tailwind CSS: bg-[hsl(132,100%,66%)] — CSS variable: --color-primary: hsl(132, 100%, 66%);