HSL(91, 60%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,60%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 60%, 52%) | color: hsl(91, 60%, 52%) | |
| HEX | #82CE3B | color: #82CE3B | |
| RGB | rgb(130, 206, 59) | color: rgb(130, 206, 59) | |
| CMYK | cmyk(37%, 0%, 71%, 19%) | — | |
| HSV | hsv(91, 71%, 81%) | — | |
| HWB | hwb(91 23% 19%) | color: hwb(91 23% 19%) | |
| OKLCH | oklch(0.7738 0.1918 133.12) | color: oklch(0.7738 0.1918 133.12) | |
| Lab | lab(75.58 -46.65 62.15) | color: lab(75.58 -46.65 62.15) | |
| LCH | lch(75.58 77.71 126.89) | color: lch(75.58 77.71 126.89) |
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)
#A3A45F — rgb(163, 164, 95)
Deuteranopia (Green-blind)
#9F9967 — rgb(159, 153, 103)
Tritanopia (Blue-blind)
#867B81 — rgb(134, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 60%, 52%);
text
color: hsl(91, 60%, 52%);
border
border: 2px solid hsl(91, 60%, 52%);
gradient light
background: linear-gradient(to right, hsl(91, 60%, 72%), hsl(91, 60%, 52%));
gradient dark
background: linear-gradient(to right, hsl(91, 60%, 52%), hsl(91, 60%, 32%))
hex
background-color: #82CE3B;
tailwind
bg-[hsl(91,60%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 60%, 52%, 0.4);
css variable
--color-primary: hsl(91, 60%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 60%, 52%)?
HEX: #82CE3B | RGB: rgb(130, 206, 59) | CMYK: 37%, 0%, 71%, 19% | HSV: 91°, 71%, 81%. Copy any format from the conversion table above.
What colors go well with #82CE3B?
The complementary color is HSL(271, 60%, 52%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 60%, 52%) in CSS?
As HSL: color: hsl(91, 60%, 52%); — As HEX: color: #82CE3B; — As RGB: color: rgb(130, 206, 59); — Tailwind CSS: bg-[hsl(91,60%,52%)] — CSS variable: --color-primary: hsl(91, 60%, 52%);