HSL(106, 99%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,99%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 99%, 34%) | color: hsl(106, 99%, 34%) | |
| HEX | #29AD01 | color: #29AD01 | |
| RGB | rgb(41, 173, 1) | color: rgb(41, 173, 1) | |
| CMYK | cmyk(76%, 0%, 99%, 32%) | — | |
| HSV | hsv(106, 99%, 68%) | — | |
| HWB | hwb(106 1% 32%) | color: hwb(106 1% 32%) | |
| OKLCH | oklch(0.6524 0.214 140.94) | color: oklch(0.6524 0.214 140.94) | |
| Lab | lab(61.96 -60.76 62.55) | color: lab(61.96 -60.76 62.55) | |
| LCH | lch(61.96 87.2 134.17) | color: lch(61.96 87.2 134.17) |
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)
#62632B — rgb(98, 99, 43)
Deuteranopia (Green-blind)
#5B5135 — rgb(91, 81, 53)
Tritanopia (Blue-blind)
#304B53 — rgb(48, 75, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 99%, 34%);
text
color: hsl(106, 99%, 34%);
border
border: 2px solid hsl(106, 99%, 34%);
gradient light
background: linear-gradient(to right, hsl(106, 99%, 54%), hsl(106, 99%, 34%));
gradient dark
background: linear-gradient(to right, hsl(106, 99%, 34%), hsl(106, 99%, 14%))
hex
background-color: #29AD01;
tailwind
bg-[hsl(106,99%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 99%, 34%, 0.4);
css variable
--color-primary: hsl(106, 99%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 99%, 34%)?
HEX: #29AD01 | RGB: rgb(41, 173, 1) | CMYK: 76%, 0%, 99%, 32% | HSV: 106°, 99%, 68%. Copy any format from the conversion table above.
What colors go well with #29AD01?
The complementary color is HSL(286, 99%, 34%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 99%, 34%) in CSS?
As HSL: color: hsl(106, 99%, 34%); — As HEX: color: #29AD01; — As RGB: color: rgb(41, 173, 1); — Tailwind CSS: bg-[hsl(106,99%,34%)] — CSS variable: --color-primary: hsl(106, 99%, 34%);