HSL(83, 75%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,75%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 75%, 54%) | color: hsl(83, 75%, 54%) | |
| HEX | #9EE232 | color: #9EE232 | |
| RGB | rgb(158, 226, 50) | color: rgb(158, 226, 50) | |
| CMYK | cmyk(30%, 0%, 78%, 11%) | — | |
| HSV | hsv(83, 78%, 89%) | — | |
| HWB | hwb(83 20% 11%) | color: hwb(83 20% 11%) | |
| OKLCH | oklch(0.8368 0.2065 129.25) | color: oklch(0.8368 0.2065 129.25) | |
| Lab | lab(82.86 -45.65 72.58) | color: lab(82.86 -45.65 72.58) | |
| LCH | lch(82.86 85.74 122.17) | color: lch(82.86 85.74 122.17) |
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)
#BBBC5D — rgb(187, 188, 93)
Deuteranopia (Green-blind)
#B8B267 — rgb(184, 178, 103)
Tritanopia (Blue-blind)
#A17E86 — rgb(161, 126, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 75%, 54%);
text
color: hsl(83, 75%, 54%);
border
border: 2px solid hsl(83, 75%, 54%);
gradient light
background: linear-gradient(to right, hsl(83, 75%, 74%), hsl(83, 75%, 54%));
gradient dark
background: linear-gradient(to right, hsl(83, 75%, 54%), hsl(83, 75%, 34%))
hex
background-color: #9EE232;
tailwind
bg-[hsl(83,75%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 75%, 54%, 0.4);
css variable
--color-primary: hsl(83, 75%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 75%, 54%)?
HEX: #9EE232 | RGB: rgb(158, 226, 50) | CMYK: 30%, 0%, 78%, 11% | HSV: 83°, 78%, 89%. Copy any format from the conversion table above.
What colors go well with #9EE232?
The complementary color is HSL(263, 75%, 54%). 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, 75%, 54%) in CSS?
As HSL: color: hsl(83, 75%, 54%); — As HEX: color: #9EE232; — As RGB: color: rgb(158, 226, 50); — Tailwind CSS: bg-[hsl(83,75%,54%)] — CSS variable: --color-primary: hsl(83, 75%, 54%);