HSL(84, 59%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,59%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 59%, 52%) | color: hsl(84, 59%, 52%) | |
| HEX | #93CD3C | color: #93CD3C | |
| RGB | rgb(147, 205, 60) | color: rgb(147, 205, 60) | |
| CMYK | cmyk(28%, 0%, 71%, 20%) | — | |
| HSV | hsv(84, 71%, 80%) | — | |
| HWB | hwb(84 23% 20%) | color: hwb(84 23% 20%) | |
| OKLCH | oklch(0.7811 0.1814 129) | color: oklch(0.7811 0.1814 129) | |
| Lab | lab(76.19 -40.07 62.69) | color: lab(76.19 -40.07 62.69) | |
| LCH | lch(76.19 74.4 122.59) | color: lch(76.19 74.4 122.59) |
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)
#ACAD5F — rgb(172, 173, 95)
Deuteranopia (Green-blind)
#A9A468 — rgb(169, 164, 104)
Tritanopia (Blue-blind)
#967B81 — rgb(150, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 59%, 52%);
text
color: hsl(84, 59%, 52%);
border
border: 2px solid hsl(84, 59%, 52%);
gradient light
background: linear-gradient(to right, hsl(84, 59%, 72%), hsl(84, 59%, 52%));
gradient dark
background: linear-gradient(to right, hsl(84, 59%, 52%), hsl(84, 59%, 32%))
hex
background-color: #93CD3C;
tailwind
bg-[hsl(84,59%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 59%, 52%, 0.4);
css variable
--color-primary: hsl(84, 59%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 59%, 52%)?
HEX: #93CD3C | RGB: rgb(147, 205, 60) | CMYK: 28%, 0%, 71%, 20% | HSV: 84°, 71%, 80%. Copy any format from the conversion table above.
What colors go well with #93CD3C?
The complementary color is HSL(264, 59%, 52%). 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, 59%, 52%) in CSS?
As HSL: color: hsl(84, 59%, 52%); — As HEX: color: #93CD3C; — As RGB: color: rgb(147, 205, 60); — Tailwind CSS: bg-[hsl(84,59%,52%)] — CSS variable: --color-primary: hsl(84, 59%, 52%);