HSL(141, 68%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,68%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 68%, 55%) | color: hsl(141, 68%, 55%) | |
| HEX | #3EDA75 | color: #3EDA75 | |
| RGB | rgb(62, 218, 117) | color: rgb(62, 218, 117) | |
| CMYK | cmyk(72%, 0%, 46%, 15%) | — | |
| HSV | hsv(141, 72%, 85%) | — | |
| HWB | hwb(141 24% 15%) | color: hwb(141 24% 15%) | |
| OKLCH | oklch(0.7856 0.1908 150.62) | color: oklch(0.7856 0.1908 150.62) | |
| Lab | lab(77.55 -61.79 38.25) | color: lab(77.55 -61.79 38.25) | |
| LCH | lch(77.55 72.67 148.24) | color: lch(77.55 72.67 148.24) |
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)
#82838D — rgb(130, 131, 141)
Deuteranopia (Green-blind)
#796D93 — rgb(121, 109, 147)
Tritanopia (Blue-blind)
#46A1A5 — rgb(70, 161, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 68%, 55%);
text
color: hsl(141, 68%, 55%);
border
border: 2px solid hsl(141, 68%, 55%);
gradient light
background: linear-gradient(to right, hsl(141, 68%, 75%), hsl(141, 68%, 55%));
gradient dark
background: linear-gradient(to right, hsl(141, 68%, 55%), hsl(141, 68%, 35%))
hex
background-color: #3EDA75;
tailwind
bg-[hsl(141,68%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 68%, 55%, 0.4);
css variable
--color-primary: hsl(141, 68%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 68%, 55%)?
HEX: #3EDA75 | RGB: rgb(62, 218, 117) | CMYK: 72%, 0%, 46%, 15% | HSV: 141°, 72%, 85%. Copy any format from the conversion table above.
What colors go well with #3EDA75?
The complementary color is HSL(321, 68%, 55%). 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, 68%, 55%) in CSS?
As HSL: color: hsl(141, 68%, 55%); — As HEX: color: #3EDA75; — As RGB: color: rgb(62, 218, 117); — Tailwind CSS: bg-[hsl(141,68%,55%)] — CSS variable: --color-primary: hsl(141, 68%, 55%);