HSL(129, 87%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,87%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 87%, 37%) | color: hsl(129, 87%, 37%) | |
| HEX | #0CB025 | color: #0CB025 | |
| RGB | rgb(12, 176, 37) | color: rgb(12, 176, 37) | |
| CMYK | cmyk(93%, 0%, 79%, 31%) | — | |
| HSV | hsv(129, 93%, 69%) | — | |
| HWB | hwb(129 5% 31%) | color: hwb(129 5% 31%) | |
| OKLCH | oklch(0.6581 0.2116 143.82) | color: oklch(0.6581 0.2116 143.82) | |
| Lab | lab(62.73 -63.21 55.85) | color: lab(62.73 -63.21 55.85) | |
| LCH | lch(62.73 84.35 138.54) | color: lch(62.73 84.35 138.54) |
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)
#535447 — rgb(83, 84, 71)
Deuteranopia (Green-blind)
#4A3D4F — rgb(74, 61, 79)
Tritanopia (Blue-blind)
#146167 — rgb(20, 97, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 87%, 37%);
text
color: hsl(129, 87%, 37%);
border
border: 2px solid hsl(129, 87%, 37%);
gradient light
background: linear-gradient(to right, hsl(129, 87%, 57%), hsl(129, 87%, 37%));
gradient dark
background: linear-gradient(to right, hsl(129, 87%, 37%), hsl(129, 87%, 17%))
hex
background-color: #0CB025;
tailwind
bg-[hsl(129,87%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 87%, 37%, 0.4);
css variable
--color-primary: hsl(129, 87%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 87%, 37%)?
HEX: #0CB025 | RGB: rgb(12, 176, 37) | CMYK: 93%, 0%, 79%, 31% | HSV: 129°, 93%, 69%. Copy any format from the conversion table above.
What colors go well with #0CB025?
The complementary color is HSL(309, 87%, 37%). 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, 87%, 37%) in CSS?
As HSL: color: hsl(129, 87%, 37%); — As HEX: color: #0CB025; — As RGB: color: rgb(12, 176, 37); — Tailwind CSS: bg-[hsl(129,87%,37%)] — CSS variable: --color-primary: hsl(129, 87%, 37%);