HSL(146, 77%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,77%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 77%, 49%) | color: hsl(146, 77%, 49%) | |
| HEX | #1DDD70 | color: #1DDD70 | |
| RGB | rgb(29, 221, 112) | color: rgb(29, 221, 112) | |
| CMYK | cmyk(87%, 0%, 49%, 13%) | — | |
| HSV | hsv(146, 87%, 87%) | — | |
| HWB | hwb(146 11% 13%) | color: hwb(146 11% 13%) | |
| OKLCH | oklch(0.7874 0.2062 151) | color: oklch(0.7874 0.2062 151) | |
| Lab | lab(77.96 -67.28 41.12) | color: lab(77.96 -67.28 41.12) | |
| LCH | lch(77.96 78.85 148.57) | color: lch(77.96 78.85 148.57) |
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)
#70728A — rgb(112, 114, 138)
Deuteranopia (Green-blind)
#655791 — rgb(101, 87, 145)
Tritanopia (Blue-blind)
#279FA4 — rgb(39, 159, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 77%, 49%);
text
color: hsl(146, 77%, 49%);
border
border: 2px solid hsl(146, 77%, 49%);
gradient light
background: linear-gradient(to right, hsl(146, 77%, 69%), hsl(146, 77%, 49%));
gradient dark
background: linear-gradient(to right, hsl(146, 77%, 49%), hsl(146, 77%, 29%))
hex
background-color: #1DDD70;
tailwind
bg-[hsl(146,77%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 77%, 49%, 0.4);
css variable
--color-primary: hsl(146, 77%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 77%, 49%)?
HEX: #1DDD70 | RGB: rgb(29, 221, 112) | CMYK: 87%, 0%, 49%, 13% | HSV: 146°, 87%, 87%. Copy any format from the conversion table above.
What colors go well with #1DDD70?
The complementary color is HSL(326, 77%, 49%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 77%, 49%) in CSS?
As HSL: color: hsl(146, 77%, 49%); — As HEX: color: #1DDD70; — As RGB: color: rgb(29, 221, 112); — Tailwind CSS: bg-[hsl(146,77%,49%)] — CSS variable: --color-primary: hsl(146, 77%, 49%);