HSL(84, 75%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,75%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 75%, 53%) | color: hsl(84, 75%, 53%) | |
| HEX | #99E12D | color: #99E12D | |
| RGB | rgb(153, 225, 45) | color: rgb(153, 225, 45) | |
| CMYK | cmyk(32%, 0%, 80%, 12%) | — | |
| HSV | hsv(84, 80%, 88%) | — | |
| HWB | hwb(84 18% 12%) | color: hwb(84 18% 12%) | |
| OKLCH | oklch(0.8313 0.2101 130) | color: oklch(0.8313 0.2101 130) | |
| Lab | lab(82.28 -47.25 73.33) | color: lab(82.28 -47.25 73.33) | |
| LCH | lch(82.28 87.23 122.8) | color: lch(82.28 87.23 122.8) |
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)
#B8B959 — rgb(184, 185, 89)
Deuteranopia (Green-blind)
#B4AF63 — rgb(180, 175, 99)
Tritanopia (Blue-blind)
#9D7B83 — rgb(157, 123, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 75%, 53%);
text
color: hsl(84, 75%, 53%);
border
border: 2px solid hsl(84, 75%, 53%);
gradient light
background: linear-gradient(to right, hsl(84, 75%, 73%), hsl(84, 75%, 53%));
gradient dark
background: linear-gradient(to right, hsl(84, 75%, 53%), hsl(84, 75%, 33%))
hex
background-color: #99E12D;
tailwind
bg-[hsl(84,75%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 75%, 53%, 0.4);
css variable
--color-primary: hsl(84, 75%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 75%, 53%)?
HEX: #99E12D | RGB: rgb(153, 225, 45) | CMYK: 32%, 0%, 80%, 12% | HSV: 84°, 80%, 88%. Copy any format from the conversion table above.
What colors go well with #99E12D?
The complementary color is HSL(264, 75%, 53%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 75%, 53%) in CSS?
As HSL: color: hsl(84, 75%, 53%); — As HEX: color: #99E12D; — As RGB: color: rgb(153, 225, 45); — Tailwind CSS: bg-[hsl(84,75%,53%)] — CSS variable: --color-primary: hsl(84, 75%, 53%);