HSL(115, 63%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,63%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 63%, 38%) | color: hsl(115, 63%, 38%) | |
| HEX | #2E9E24 | color: #2E9E24 | |
| RGB | rgb(46, 158, 36) | color: rgb(46, 158, 36) | |
| CMYK | cmyk(71%, 0%, 77%, 38%) | — | |
| HSV | hsv(115, 77%, 62%) | — | |
| HWB | hwb(115 14% 38%) | color: hwb(115 14% 38%) | |
| OKLCH | oklch(0.6137 0.1857 141.94) | color: oklch(0.6137 0.1857 141.94) | |
| Lab | lab(57.23 -53.68 50.99) | color: lab(57.23 -53.68 50.99) | |
| LCH | lch(57.23 74.04 136.47) | color: lch(57.23 74.04 136.47) |
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)
#5E6042 — rgb(94, 96, 66)
Deuteranopia (Green-blind)
#585049 — rgb(88, 80, 73)
Tritanopia (Blue-blind)
#34595E — rgb(52, 89, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 63%, 38%);
text
color: hsl(115, 63%, 38%);
border
border: 2px solid hsl(115, 63%, 38%);
gradient light
background: linear-gradient(to right, hsl(115, 63%, 58%), hsl(115, 63%, 38%));
gradient dark
background: linear-gradient(to right, hsl(115, 63%, 38%), hsl(115, 63%, 18%))
hex
background-color: #2E9E24;
tailwind
bg-[hsl(115,63%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 63%, 38%, 0.4);
css variable
--color-primary: hsl(115, 63%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 63%, 38%)?
HEX: #2E9E24 | RGB: rgb(46, 158, 36) | CMYK: 71%, 0%, 77%, 38% | HSV: 115°, 77%, 62%. Copy any format from the conversion table above.
What colors go well with #2E9E24?
The complementary color is HSL(295, 63%, 38%). 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, 63%, 38%) in CSS?
As HSL: color: hsl(115, 63%, 38%); — As HEX: color: #2E9E24; — As RGB: color: rgb(46, 158, 36); — Tailwind CSS: bg-[hsl(115,63%,38%)] — CSS variable: --color-primary: hsl(115, 63%, 38%);