HSL(129, 60%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,60%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 60%, 42%) | color: hsl(129, 60%, 42%) | |
| HEX | #2BAB3E | color: #2BAB3E | |
| RGB | rgb(43, 171, 62) | color: rgb(43, 171, 62) | |
| CMYK | cmyk(75%, 0%, 64%, 33%) | — | |
| HSV | hsv(129, 75%, 67%) | — | |
| HWB | hwb(129 17% 33%) | color: hwb(129 17% 33%) | |
| OKLCH | oklch(0.6507 0.1847 145.15) | color: oklch(0.6507 0.1847 145.15) | |
| Lab | lab(61.64 -56.15 45.23) | color: lab(61.64 -56.15 45.23) | |
| LCH | lch(61.64 72.1 141.15) | color: lch(61.64 72.1 141.15) |
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)
#626458 — rgb(98, 100, 88)
Deuteranopia (Green-blind)
#5B515F — rgb(91, 81, 95)
Tritanopia (Blue-blind)
#316D72 — rgb(49, 109, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 60%, 42%);
text
color: hsl(129, 60%, 42%);
border
border: 2px solid hsl(129, 60%, 42%);
gradient light
background: linear-gradient(to right, hsl(129, 60%, 62%), hsl(129, 60%, 42%));
gradient dark
background: linear-gradient(to right, hsl(129, 60%, 42%), hsl(129, 60%, 22%))
hex
background-color: #2BAB3E;
tailwind
bg-[hsl(129,60%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 60%, 42%, 0.4);
css variable
--color-primary: hsl(129, 60%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 60%, 42%)?
HEX: #2BAB3E | RGB: rgb(43, 171, 62) | CMYK: 75%, 0%, 64%, 33% | HSV: 129°, 75%, 67%. Copy any format from the conversion table above.
What colors go well with #2BAB3E?
The complementary color is HSL(309, 60%, 42%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 60%, 42%) in CSS?
As HSL: color: hsl(129, 60%, 42%); — As HEX: color: #2BAB3E; — As RGB: color: rgb(43, 171, 62); — Tailwind CSS: bg-[hsl(129,60%,42%)] — CSS variable: --color-primary: hsl(129, 60%, 42%);