HSL(147, 60%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,60%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 60%, 45%) | color: hsl(147, 60%, 45%) | |
| HEX | #2EB86C | color: #2EB86C | |
| RGB | rgb(46, 184, 108) | color: rgb(46, 184, 108) | |
| CMYK | cmyk(75%, 0%, 41%, 28%) | — | |
| HSV | hsv(147, 75%, 72%) | — | |
| HWB | hwb(147 18% 28%) | color: hwb(147 18% 28%) | |
| OKLCH | oklch(0.6928 0.1602 153.81) | color: oklch(0.6928 0.1602 153.81) | |
| Lab | lab(66.48 -53.36 28.48) | color: lab(66.48 -53.36 28.48) | |
| LCH | lch(66.48 60.48 151.91) | color: lch(66.48 60.48 151.91) |
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)
#6A6B7E — rgb(106, 107, 126)
Deuteranopia (Green-blind)
#625783 — rgb(98, 87, 131)
Tritanopia (Blue-blind)
#358D90 — rgb(53, 141, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 60%, 45%);
text
color: hsl(147, 60%, 45%);
border
border: 2px solid hsl(147, 60%, 45%);
gradient light
background: linear-gradient(to right, hsl(147, 60%, 65%), hsl(147, 60%, 45%));
gradient dark
background: linear-gradient(to right, hsl(147, 60%, 45%), hsl(147, 60%, 25%))
hex
background-color: #2EB86C;
tailwind
bg-[hsl(147,60%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 60%, 45%, 0.4);
css variable
--color-primary: hsl(147, 60%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 60%, 45%)?
HEX: #2EB86C | RGB: rgb(46, 184, 108) | CMYK: 75%, 0%, 41%, 28% | HSV: 147°, 75%, 72%. Copy any format from the conversion table above.
What colors go well with #2EB86C?
The complementary color is HSL(327, 60%, 45%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 60%, 45%) in CSS?
As HSL: color: hsl(147, 60%, 45%); — As HEX: color: #2EB86C; — As RGB: color: rgb(46, 184, 108); — Tailwind CSS: bg-[hsl(147,60%,45%)] — CSS variable: --color-primary: hsl(147, 60%, 45%);