HSL(141, 74%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,74%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 74%, 49%) | color: hsl(141, 74%, 49%) | |
| HEX | #20D961 | color: #20D961 | |
| RGB | rgb(32, 217, 97) | color: rgb(32, 217, 97) | |
| CMYK | cmyk(85%, 0%, 55%, 15%) | — | |
| HSV | hsv(141, 85%, 85%) | — | |
| HWB | hwb(141 13% 15%) | color: hwb(141 13% 15%) | |
| OKLCH | oklch(0.7753 0.2136 148.62) | color: oklch(0.7753 0.2136 148.62) | |
| Lab | lab(76.55 -67.98 46.54) | color: lab(76.55 -67.98 46.54) | |
| LCH | lch(76.55 82.38 145.6) | color: lch(76.55 82.38 145.6) |
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)
#70727E — rgb(112, 114, 126)
Deuteranopia (Green-blind)
#655885 — rgb(101, 88, 133)
Tritanopia (Blue-blind)
#29959A — rgb(41, 149, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 74%, 49%);
text
color: hsl(141, 74%, 49%);
border
border: 2px solid hsl(141, 74%, 49%);
gradient light
background: linear-gradient(to right, hsl(141, 74%, 69%), hsl(141, 74%, 49%));
gradient dark
background: linear-gradient(to right, hsl(141, 74%, 49%), hsl(141, 74%, 29%))
hex
background-color: #20D961;
tailwind
bg-[hsl(141,74%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 74%, 49%, 0.4);
css variable
--color-primary: hsl(141, 74%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 74%, 49%)?
HEX: #20D961 | RGB: rgb(32, 217, 97) | CMYK: 85%, 0%, 55%, 15% | HSV: 141°, 85%, 85%. Copy any format from the conversion table above.
What colors go well with #20D961?
The complementary color is HSL(321, 74%, 49%). 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%, 49%) in CSS?
As HSL: color: hsl(141, 74%, 49%); — As HEX: color: #20D961; — As RGB: color: rgb(32, 217, 97); — Tailwind CSS: bg-[hsl(141,74%,49%)] — CSS variable: --color-primary: hsl(141, 74%, 49%);