HSL(136, 80%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,80%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 80%, 49%) | color: hsl(136, 80%, 49%) | |
| HEX | #19E14E | color: #19E14E | |
| RGB | rgb(25, 225, 78) | color: rgb(25, 225, 78) | |
| CMYK | cmyk(89%, 0%, 65%, 12%) | — | |
| HSV | hsv(136, 89%, 88%) | — | |
| HWB | hwb(136 10% 12%) | color: hwb(136 10% 12%) | |
| OKLCH | oklch(0.7933 0.2377 145.95) | color: oklch(0.7933 0.2377 145.95) | |
| Lab | lab(78.81 -73.24 57.42) | color: lab(78.81 -73.24 57.42) | |
| LCH | lch(78.81 93.07 141.9) | color: lch(78.81 93.07 141.9) |
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)
#707172 — rgb(112, 113, 114)
Deuteranopia (Green-blind)
#64557A — rgb(100, 85, 122)
Tritanopia (Blue-blind)
#238E94 — rgb(35, 142, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 80%, 49%);
text
color: hsl(136, 80%, 49%);
border
border: 2px solid hsl(136, 80%, 49%);
gradient light
background: linear-gradient(to right, hsl(136, 80%, 69%), hsl(136, 80%, 49%));
gradient dark
background: linear-gradient(to right, hsl(136, 80%, 49%), hsl(136, 80%, 29%))
hex
background-color: #19E14E;
tailwind
bg-[hsl(136,80%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 80%, 49%, 0.4);
css variable
--color-primary: hsl(136, 80%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 80%, 49%)?
HEX: #19E14E | RGB: rgb(25, 225, 78) | CMYK: 89%, 0%, 65%, 12% | HSV: 136°, 89%, 88%. Copy any format from the conversion table above.
What colors go well with #19E14E?
The complementary color is HSL(316, 80%, 49%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 80%, 49%) in CSS?
As HSL: color: hsl(136, 80%, 49%); — As HEX: color: #19E14E; — As RGB: color: rgb(25, 225, 78); — Tailwind CSS: bg-[hsl(136,80%,49%)] — CSS variable: --color-primary: hsl(136, 80%, 49%);