HSL(99, 59%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,59%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 59%, 52%) | color: hsl(99, 59%, 52%) | |
| HEX | #6FCD3C | color: #6FCD3C | |
| RGB | rgb(111, 205, 60) | color: rgb(111, 205, 60) | |
| CMYK | cmyk(46%, 0%, 71%, 20%) | — | |
| HSV | hsv(99, 71%, 80%) | — | |
| HWB | hwb(99 23% 20%) | color: hwb(99 23% 20%) | |
| OKLCH | oklch(0.762 0.1994 136.77) | color: oklch(0.762 0.1994 136.77) | |
| Lab | lab(74.42 -52.37 60.34) | color: lab(74.42 -52.37 60.34) | |
| LCH | lch(74.42 79.9 130.96) | color: lch(74.42 79.9 130.96) |
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)
#98995F — rgb(152, 153, 95)
Deuteranopia (Green-blind)
#928B68 — rgb(146, 139, 104)
Tritanopia (Blue-blind)
#747B81 — rgb(116, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 59%, 52%);
text
color: hsl(99, 59%, 52%);
border
border: 2px solid hsl(99, 59%, 52%);
gradient light
background: linear-gradient(to right, hsl(99, 59%, 72%), hsl(99, 59%, 52%));
gradient dark
background: linear-gradient(to right, hsl(99, 59%, 52%), hsl(99, 59%, 32%))
hex
background-color: #6FCD3C;
tailwind
bg-[hsl(99,59%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 59%, 52%, 0.4);
css variable
--color-primary: hsl(99, 59%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 59%, 52%)?
HEX: #6FCD3C | RGB: rgb(111, 205, 60) | CMYK: 46%, 0%, 71%, 20% | HSV: 99°, 71%, 80%. Copy any format from the conversion table above.
What colors go well with #6FCD3C?
The complementary color is HSL(279, 59%, 52%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 59%, 52%) in CSS?
As HSL: color: hsl(99, 59%, 52%); — As HEX: color: #6FCD3C; — As RGB: color: rgb(111, 205, 60); — Tailwind CSS: bg-[hsl(99,59%,52%)] — CSS variable: --color-primary: hsl(99, 59%, 52%);