HSL(129, 80%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,80%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 80%, 47%) | color: hsl(129, 80%, 47%) | |
| HEX | #18D835 | color: #18D835 | |
| RGB | rgb(24, 216, 53) | color: rgb(24, 216, 53) | |
| CMYK | cmyk(89%, 0%, 75%, 15%) | — | |
| HSV | hsv(129, 89%, 85%) | — | |
| HWB | hwb(129 9% 15%) | color: hwb(129 9% 15%) | |
| OKLCH | oklch(0.7676 0.2433 144.02) | color: oklch(0.7676 0.2433 144.02) | |
| Lab | lab(75.8 -72.89 63.5) | color: lab(75.8 -72.89 63.5) | |
| LCH | lch(75.8 96.67 138.94) | color: lch(75.8 96.67 138.94) |
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)
#6B6D5C — rgb(107, 109, 92)
Deuteranopia (Green-blind)
#605266 — rgb(96, 82, 102)
Tritanopia (Blue-blind)
#227C82 — rgb(34, 124, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 80%, 47%);
text
color: hsl(129, 80%, 47%);
border
border: 2px solid hsl(129, 80%, 47%);
gradient light
background: linear-gradient(to right, hsl(129, 80%, 67%), hsl(129, 80%, 47%));
gradient dark
background: linear-gradient(to right, hsl(129, 80%, 47%), hsl(129, 80%, 27%))
hex
background-color: #18D835;
tailwind
bg-[hsl(129,80%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 80%, 47%, 0.4);
css variable
--color-primary: hsl(129, 80%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 80%, 47%)?
HEX: #18D835 | RGB: rgb(24, 216, 53) | CMYK: 89%, 0%, 75%, 15% | HSV: 129°, 89%, 85%. Copy any format from the conversion table above.
What colors go well with #18D835?
The complementary color is HSL(309, 80%, 47%). 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, 80%, 47%) in CSS?
As HSL: color: hsl(129, 80%, 47%); — As HEX: color: #18D835; — As RGB: color: rgb(24, 216, 53); — Tailwind CSS: bg-[hsl(129,80%,47%)] — CSS variable: --color-primary: hsl(129, 80%, 47%);