HSL(83, 74%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,74%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 74%, 53%) | color: hsl(83, 74%, 53%) | |
| HEX | #9CE02E | color: #9CE02E | |
| RGB | rgb(156, 224, 46) | color: rgb(156, 224, 46) | |
| CMYK | cmyk(30%, 0%, 79%, 12%) | — | |
| HSV | hsv(83, 79%, 88%) | — | |
| HWB | hwb(83 18% 12%) | color: hwb(83 18% 12%) | |
| OKLCH | oklch(0.8307 0.207 129.24) | color: oklch(0.8307 0.207 129.24) | |
| Lab | lab(82.15 -45.7 73.01) | color: lab(82.15 -45.7 73.01) | |
| LCH | lch(82.15 86.13 122.04) | color: lch(82.15 86.13 122.04) |
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)
#B9BA59 — rgb(185, 186, 89)
Deuteranopia (Green-blind)
#B6B063 — rgb(182, 176, 99)
Tritanopia (Blue-blind)
#9F7B83 — rgb(159, 123, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 74%, 53%);
text
color: hsl(83, 74%, 53%);
border
border: 2px solid hsl(83, 74%, 53%);
gradient light
background: linear-gradient(to right, hsl(83, 74%, 73%), hsl(83, 74%, 53%));
gradient dark
background: linear-gradient(to right, hsl(83, 74%, 53%), hsl(83, 74%, 33%))
hex
background-color: #9CE02E;
tailwind
bg-[hsl(83,74%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 74%, 53%, 0.4);
css variable
--color-primary: hsl(83, 74%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 74%, 53%)?
HEX: #9CE02E | RGB: rgb(156, 224, 46) | CMYK: 30%, 0%, 79%, 12% | HSV: 83°, 79%, 88%. Copy any format from the conversion table above.
What colors go well with #9CE02E?
The complementary color is HSL(263, 74%, 53%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 74%, 53%) in CSS?
As HSL: color: hsl(83, 74%, 53%); — As HEX: color: #9CE02E; — As RGB: color: rgb(156, 224, 46); — Tailwind CSS: bg-[hsl(83,74%,53%)] — CSS variable: --color-primary: hsl(83, 74%, 53%);