HSL(82, 74%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,74%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 74%, 52%) | color: hsl(82, 74%, 52%) | |
| HEX | #9DDF2A | color: #9DDF2A | |
| RGB | rgb(157, 223, 42) | color: rgb(157, 223, 42) | |
| CMYK | cmyk(30%, 0%, 81%, 13%) | — | |
| HSV | hsv(82, 81%, 87%) | — | |
| HWB | hwb(82 17% 13%) | color: hwb(82 17% 13%) | |
| OKLCH | oklch(0.8288 0.207 128.74) | color: oklch(0.8288 0.207 128.74) | |
| Lab | lab(81.9 -45.07 73.85) | color: lab(81.9 -45.07 73.85) | |
| LCH | lch(81.9 86.52 121.4) | color: lch(81.9 86.52 121.4) |
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)
#BABA56 — rgb(186, 186, 86)
Deuteranopia (Green-blind)
#B6B160 — rgb(182, 177, 96)
Tritanopia (Blue-blind)
#A07880 — rgb(160, 120, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 74%, 52%);
text
color: hsl(82, 74%, 52%);
border
border: 2px solid hsl(82, 74%, 52%);
gradient light
background: linear-gradient(to right, hsl(82, 74%, 72%), hsl(82, 74%, 52%));
gradient dark
background: linear-gradient(to right, hsl(82, 74%, 52%), hsl(82, 74%, 32%))
hex
background-color: #9DDF2A;
tailwind
bg-[hsl(82,74%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 74%, 52%, 0.4);
css variable
--color-primary: hsl(82, 74%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 74%, 52%)?
HEX: #9DDF2A | RGB: rgb(157, 223, 42) | CMYK: 30%, 0%, 81%, 13% | HSV: 82°, 81%, 87%. Copy any format from the conversion table above.
What colors go well with #9DDF2A?
The complementary color is HSL(262, 74%, 52%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 74%, 52%) in CSS?
As HSL: color: hsl(82, 74%, 52%); — As HEX: color: #9DDF2A; — As RGB: color: rgb(157, 223, 42); — Tailwind CSS: bg-[hsl(82,74%,52%)] — CSS variable: --color-primary: hsl(82, 74%, 52%);