HSL(83, 75%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,75%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 75%, 53%) | color: hsl(83, 75%, 53%) | |
| HEX | #9CE12D | color: #9CE12D | |
| RGB | rgb(156, 225, 45) | color: rgb(156, 225, 45) | |
| CMYK | cmyk(31%, 0%, 80%, 12%) | — | |
| HSV | hsv(83, 80%, 88%) | — | |
| HWB | hwb(83 18% 12%) | color: hwb(83 18% 12%) | |
| OKLCH | oklch(0.8331 0.2086 129.36) | color: oklch(0.8331 0.2086 129.36) | |
| Lab | lab(82.44 -46.17 73.53) | color: lab(82.44 -46.17 73.53) | |
| LCH | lch(82.44 86.82 122.12) | color: lch(82.44 86.82 122.12) |
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)
#BABA59 — rgb(186, 186, 89)
Deuteranopia (Green-blind)
#B6B163 — rgb(182, 177, 99)
Tritanopia (Blue-blind)
#9F7B83 — rgb(159, 123, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 75%, 53%);
text
color: hsl(83, 75%, 53%);
border
border: 2px solid hsl(83, 75%, 53%);
gradient light
background: linear-gradient(to right, hsl(83, 75%, 73%), hsl(83, 75%, 53%));
gradient dark
background: linear-gradient(to right, hsl(83, 75%, 53%), hsl(83, 75%, 33%))
hex
background-color: #9CE12D;
tailwind
bg-[hsl(83,75%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 75%, 53%, 0.4);
css variable
--color-primary: hsl(83, 75%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 75%, 53%)?
HEX: #9CE12D | RGB: rgb(156, 225, 45) | CMYK: 31%, 0%, 80%, 12% | HSV: 83°, 80%, 88%. Copy any format from the conversion table above.
What colors go well with #9CE12D?
The complementary color is HSL(263, 75%, 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, 75%, 53%) in CSS?
As HSL: color: hsl(83, 75%, 53%); — As HEX: color: #9CE12D; — As RGB: color: rgb(156, 225, 45); — Tailwind CSS: bg-[hsl(83,75%,53%)] — CSS variable: --color-primary: hsl(83, 75%, 53%);