HSL(119, 75%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,75%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 75%, 44%) | color: hsl(119, 75%, 44%) | |
| HEX | #1FC41C | color: #1FC41C | |
| RGB | rgb(31, 196, 28) | color: rgb(31, 196, 28) | |
| CMYK | cmyk(84%, 0%, 86%, 23%) | — | |
| HSV | hsv(119, 86%, 77%) | — | |
| HWB | hwb(119 11% 23%) | color: hwb(119 11% 23%) | |
| OKLCH | oklch(0.7138 0.2328 142.52) | color: oklch(0.7138 0.2328 142.52) | |
| Lab | lab(69.36 -68.03 64.44) | color: lab(69.36 -68.03 64.44) | |
| LCH | lch(69.36 93.7 136.55) | color: lch(69.36 93.7 136.55) |
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)
#666845 — rgb(102, 104, 69)
Deuteranopia (Green-blind)
#5D514E — rgb(93, 81, 78)
Tritanopia (Blue-blind)
#27656C — rgb(39, 101, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 75%, 44%);
text
color: hsl(119, 75%, 44%);
border
border: 2px solid hsl(119, 75%, 44%);
gradient light
background: linear-gradient(to right, hsl(119, 75%, 64%), hsl(119, 75%, 44%));
gradient dark
background: linear-gradient(to right, hsl(119, 75%, 44%), hsl(119, 75%, 24%))
hex
background-color: #1FC41C;
tailwind
bg-[hsl(119,75%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 75%, 44%, 0.4);
css variable
--color-primary: hsl(119, 75%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 75%, 44%)?
HEX: #1FC41C | RGB: rgb(31, 196, 28) | CMYK: 84%, 0%, 86%, 23% | HSV: 119°, 86%, 77%. Copy any format from the conversion table above.
What colors go well with #1FC41C?
The complementary color is HSL(299, 75%, 44%). 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, 75%, 44%) in CSS?
As HSL: color: hsl(119, 75%, 44%); — As HEX: color: #1FC41C; — As RGB: color: rgb(31, 196, 28); — Tailwind CSS: bg-[hsl(119,75%,44%)] — CSS variable: --color-primary: hsl(119, 75%, 44%);