HSL(119, 80%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,80%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 80%, 49%) | color: hsl(119, 80%, 49%) | |
| HEX | #1CE119 | color: #1CE119 | |
| RGB | rgb(28, 225, 25) | color: rgb(28, 225, 25) | |
| CMYK | cmyk(88%, 0%, 89%, 12%) | — | |
| HSV | hsv(119, 89%, 88%) | — | |
| HWB | hwb(119 10% 12%) | color: hwb(119 10% 12%) | |
| OKLCH | oklch(0.7903 0.262 142.51) | color: oklch(0.7903 0.262 142.51) | |
| Lab | lab(78.56 -76.56 73.03) | color: lab(78.56 -76.56 73.03) | |
| LCH | lch(78.56 105.81 136.35) | color: lch(78.56 105.81 136.35) |
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)
#717349 — rgb(113, 115, 73)
Deuteranopia (Green-blind)
#665755 — rgb(102, 87, 85)
Tritanopia (Blue-blind)
#267078 — rgb(38, 112, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 80%, 49%);
text
color: hsl(119, 80%, 49%);
border
border: 2px solid hsl(119, 80%, 49%);
gradient light
background: linear-gradient(to right, hsl(119, 80%, 69%), hsl(119, 80%, 49%));
gradient dark
background: linear-gradient(to right, hsl(119, 80%, 49%), hsl(119, 80%, 29%))
hex
background-color: #1CE119;
tailwind
bg-[hsl(119,80%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 80%, 49%, 0.4);
css variable
--color-primary: hsl(119, 80%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 80%, 49%)?
HEX: #1CE119 | RGB: rgb(28, 225, 25) | CMYK: 88%, 0%, 89%, 12% | HSV: 119°, 89%, 88%. Copy any format from the conversion table above.
What colors go well with #1CE119?
The complementary color is HSL(299, 80%, 49%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 80%, 49%) in CSS?
As HSL: color: hsl(119, 80%, 49%); — As HEX: color: #1CE119; — As RGB: color: rgb(28, 225, 25); — Tailwind CSS: bg-[hsl(119,80%,49%)] — CSS variable: --color-primary: hsl(119, 80%, 49%);