HSL(122, 63%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,63%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 63%, 43%) | color: hsl(122, 63%, 43%) | |
| HEX | #29B32D | color: #29B32D | |
| RGB | rgb(41, 179, 45) | color: rgb(41, 179, 45) | |
| CMYK | cmyk(77%, 0%, 75%, 30%) | — | |
| HSV | hsv(122, 77%, 70%) | — | |
| HWB | hwb(122 16% 30%) | color: hwb(122 16% 30%) | |
| OKLCH | oklch(0.6705 0.2056 143.15) | color: oklch(0.6705 0.2056 143.15) | |
| Lab | lab(64.08 -60.68 54.62) | color: lab(64.08 -60.68 54.62) | |
| LCH | lch(64.08 81.64 138.01) | color: lch(64.08 81.64 138.01) |
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)
#65664D — rgb(101, 102, 77)
Deuteranopia (Green-blind)
#5D5255 — rgb(93, 82, 85)
Tritanopia (Blue-blind)
#30676D — rgb(48, 103, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 63%, 43%);
text
color: hsl(122, 63%, 43%);
border
border: 2px solid hsl(122, 63%, 43%);
gradient light
background: linear-gradient(to right, hsl(122, 63%, 63%), hsl(122, 63%, 43%));
gradient dark
background: linear-gradient(to right, hsl(122, 63%, 43%), hsl(122, 63%, 23%))
hex
background-color: #29B32D;
tailwind
bg-[hsl(122,63%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 63%, 43%, 0.4);
css variable
--color-primary: hsl(122, 63%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 63%, 43%)?
HEX: #29B32D | RGB: rgb(41, 179, 45) | CMYK: 77%, 0%, 75%, 30% | HSV: 122°, 77%, 70%. Copy any format from the conversion table above.
What colors go well with #29B32D?
The complementary color is HSL(302, 63%, 43%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 63%, 43%) in CSS?
As HSL: color: hsl(122, 63%, 43%); — As HEX: color: #29B32D; — As RGB: color: rgb(41, 179, 45); — Tailwind CSS: bg-[hsl(122,63%,43%)] — CSS variable: --color-primary: hsl(122, 63%, 43%);