HSL(115, 100%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,100%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 100%, 39%) | color: hsl(115, 100%, 39%) | |
| HEX | #11C700 | color: #11C700 | |
| RGB | rgb(17, 199, 0) | color: rgb(17, 199, 0) | |
| CMYK | cmyk(91%, 0%, 100%, 22%) | — | |
| HSV | hsv(115, 100%, 78%) | — | |
| HWB | hwb(115 0% 22%) | color: hwb(115 0% 22%) | |
| OKLCH | oklch(0.7198 0.2433 142.21) | color: oklch(0.7198 0.2433 142.21) | |
| Lab | lab(70.15 -70.74 69.11) | color: lab(70.15 -70.74 69.11) | |
| LCH | lch(70.15 98.9 135.67) | color: lch(70.15 98.9 135.67) |
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)
#606130 — rgb(96, 97, 48)
Deuteranopia (Green-blind)
#55483C — rgb(85, 72, 60)
Tritanopia (Blue-blind)
#1A565F — rgb(26, 86, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 100%, 39%);
text
color: hsl(115, 100%, 39%);
border
border: 2px solid hsl(115, 100%, 39%);
gradient light
background: linear-gradient(to right, hsl(115, 100%, 59%), hsl(115, 100%, 39%));
gradient dark
background: linear-gradient(to right, hsl(115, 100%, 39%), hsl(115, 100%, 19%))
hex
background-color: #11C700;
tailwind
bg-[hsl(115,100%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 100%, 39%, 0.4);
css variable
--color-primary: hsl(115, 100%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 100%, 39%)?
HEX: #11C700 | RGB: rgb(17, 199, 0) | CMYK: 91%, 0%, 100%, 22% | HSV: 115°, 100%, 78%. Copy any format from the conversion table above.
What colors go well with #11C700?
The complementary color is HSL(295, 100%, 39%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 100%, 39%) in CSS?
As HSL: color: hsl(115, 100%, 39%); — As HEX: color: #11C700; — As RGB: color: rgb(17, 199, 0); — Tailwind CSS: bg-[hsl(115,100%,39%)] — CSS variable: --color-primary: hsl(115, 100%, 39%);