HSL(147, 75%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,75%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 75%, 47%) | color: hsl(147, 75%, 47%) | |
| HEX | #1ED26F | color: #1ED26F | |
| RGB | rgb(30, 210, 111) | color: rgb(30, 210, 111) | |
| CMYK | cmyk(86%, 0%, 47%, 18%) | — | |
| HSV | hsv(147, 86%, 82%) | — | |
| HWB | hwb(147 11% 18%) | color: hwb(147 11% 18%) | |
| OKLCH | oklch(0.7589 0.1937 151.92) | color: oklch(0.7589 0.1937 151.92) | |
| Lab | lab(74.52 -63.73 37.28) | color: lab(74.52 -63.73 37.28) | |
| LCH | lch(74.52 73.83 149.67) | color: lch(74.52 73.83 149.67) |
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)
#6C6E87 — rgb(108, 110, 135)
Deuteranopia (Green-blind)
#62548D — rgb(98, 84, 141)
Tritanopia (Blue-blind)
#279A9E — rgb(39, 154, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 75%, 47%);
text
color: hsl(147, 75%, 47%);
border
border: 2px solid hsl(147, 75%, 47%);
gradient light
background: linear-gradient(to right, hsl(147, 75%, 67%), hsl(147, 75%, 47%));
gradient dark
background: linear-gradient(to right, hsl(147, 75%, 47%), hsl(147, 75%, 27%))
hex
background-color: #1ED26F;
tailwind
bg-[hsl(147,75%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 75%, 47%, 0.4);
css variable
--color-primary: hsl(147, 75%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 75%, 47%)?
HEX: #1ED26F | RGB: rgb(30, 210, 111) | CMYK: 86%, 0%, 47%, 18% | HSV: 147°, 86%, 82%. Copy any format from the conversion table above.
What colors go well with #1ED26F?
The complementary color is HSL(327, 75%, 47%). 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, 75%, 47%) in CSS?
As HSL: color: hsl(147, 75%, 47%); — As HEX: color: #1ED26F; — As RGB: color: rgb(30, 210, 111); — Tailwind CSS: bg-[hsl(147,75%,47%)] — CSS variable: --color-primary: hsl(147, 75%, 47%);