HSL(114, 30%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,30%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 30%, 40%) | color: hsl(114, 30%, 40%) | |
| HEX | #4E8547 | color: #4E8547 | |
| RGB | rgb(78, 133, 71) | color: rgb(78, 133, 71) | |
| CMYK | cmyk(41%, 0%, 47%, 48%) | — | |
| HSV | hsv(113, 47%, 52%) | — | |
| HWB | hwb(113 28% 48%) | color: hwb(113 28% 48%) | |
| OKLCH | oklch(0.5626 0.109 141.57) | color: oklch(0.5626 0.109 141.57) | |
| Lab | lab(50.51 -31.29 27.78) | color: lab(50.51 -31.29 27.78) | |
| LCH | lch(50.51 41.84 138.4) | color: lch(50.51 41.84 138.4) |
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)
#666656 — rgb(102, 102, 86)
Deuteranopia (Green-blind)
#635F5A — rgb(99, 95, 90)
Tritanopia (Blue-blind)
#516264 — rgb(81, 98, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 30%, 40%);
text
color: hsl(114, 30%, 40%);
border
border: 2px solid hsl(114, 30%, 40%);
gradient light
background: linear-gradient(to right, hsl(114, 30%, 60%), hsl(114, 30%, 40%));
gradient dark
background: linear-gradient(to right, hsl(114, 30%, 40%), hsl(114, 30%, 20%))
hex
background-color: #4E8547;
tailwind
bg-[hsl(114,30%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 30%, 40%, 0.4);
css variable
--color-primary: hsl(114, 30%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 30%, 40%)?
HEX: #4E8547 | RGB: rgb(78, 133, 71) | CMYK: 41%, 0%, 47%, 48% | HSV: 113°, 47%, 52%. Copy any format from the conversion table above.
What colors go well with #4E8547?
The complementary color is HSL(294, 30%, 40%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 30%, 40%) in CSS?
As HSL: color: hsl(114, 30%, 40%); — As HEX: color: #4E8547; — As RGB: color: rgb(78, 133, 71); — Tailwind CSS: bg-[hsl(114,30%,40%)] — CSS variable: --color-primary: hsl(114, 30%, 40%);