HSL(141, 74%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,74%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 74%, 43%) | color: hsl(141, 74%, 43%) | |
| HEX | #1DBF55 | color: #1DBF55 | |
| RGB | rgb(29, 191, 85) | color: rgb(29, 191, 85) | |
| CMYK | cmyk(85%, 0%, 55%, 25%) | — | |
| HSV | hsv(141, 85%, 75%) | — | |
| HWB | hwb(141 11% 25%) | color: hwb(141 11% 25%) | |
| OKLCH | oklch(0.705 0.1933 148.62) | color: oklch(0.705 0.1933 148.62) | |
| Lab | lab(68.15 -61.53 42.1) | color: lab(68.15 -61.53 42.1) | |
| LCH | lch(68.15 74.55 145.62) | color: lch(68.15 74.55 145.62) |
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)
#63656F — rgb(99, 101, 111)
Deuteranopia (Green-blind)
#5A4E75 — rgb(90, 78, 117)
Tritanopia (Blue-blind)
#258387 — rgb(37, 131, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 74%, 43%);
text
color: hsl(141, 74%, 43%);
border
border: 2px solid hsl(141, 74%, 43%);
gradient light
background: linear-gradient(to right, hsl(141, 74%, 63%), hsl(141, 74%, 43%));
gradient dark
background: linear-gradient(to right, hsl(141, 74%, 43%), hsl(141, 74%, 23%))
hex
background-color: #1DBF55;
tailwind
bg-[hsl(141,74%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 74%, 43%, 0.4);
css variable
--color-primary: hsl(141, 74%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 74%, 43%)?
HEX: #1DBF55 | RGB: rgb(29, 191, 85) | CMYK: 85%, 0%, 55%, 25% | HSV: 141°, 85%, 75%. Copy any format from the conversion table above.
What colors go well with #1DBF55?
The complementary color is HSL(321, 74%, 43%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 74%, 43%) in CSS?
As HSL: color: hsl(141, 74%, 43%); — As HEX: color: #1DBF55; — As RGB: color: rgb(29, 191, 85); — Tailwind CSS: bg-[hsl(141,74%,43%)] — CSS variable: --color-primary: hsl(141, 74%, 43%);