HSL(119, 55%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,55%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 55%, 43%) | color: hsl(119, 55%, 43%) | |
| HEX | #33AA31 | color: #33AA31 | |
| RGB | rgb(51, 170, 49) | color: rgb(51, 170, 49) | |
| CMYK | cmyk(70%, 0%, 71%, 33%) | — | |
| HSV | hsv(119, 71%, 67%) | — | |
| HWB | hwb(119 19% 33%) | color: hwb(119 19% 33%) | |
| OKLCH | oklch(0.6486 0.1902 142.79) | color: oklch(0.6486 0.1902 142.79) | |
| Lab | lab(61.37 -55.74 50.43) | color: lab(61.37 -55.74 50.43) | |
| LCH | lch(61.37 75.17 137.86) | color: lch(61.37 75.17 137.86) |
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)
#67684E — rgb(103, 104, 78)
Deuteranopia (Green-blind)
#605755 — rgb(96, 87, 85)
Tritanopia (Blue-blind)
#39656A — rgb(57, 101, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 55%, 43%);
text
color: hsl(119, 55%, 43%);
border
border: 2px solid hsl(119, 55%, 43%);
gradient light
background: linear-gradient(to right, hsl(119, 55%, 63%), hsl(119, 55%, 43%));
gradient dark
background: linear-gradient(to right, hsl(119, 55%, 43%), hsl(119, 55%, 23%))
hex
background-color: #33AA31;
tailwind
bg-[hsl(119,55%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 55%, 43%, 0.4);
css variable
--color-primary: hsl(119, 55%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 55%, 43%)?
HEX: #33AA31 | RGB: rgb(51, 170, 49) | CMYK: 70%, 0%, 71%, 33% | HSV: 119°, 71%, 67%. Copy any format from the conversion table above.
What colors go well with #33AA31?
The complementary color is HSL(299, 55%, 43%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 55%, 43%) in CSS?
As HSL: color: hsl(119, 55%, 43%); — As HEX: color: #33AA31; — As RGB: color: rgb(51, 170, 49); — Tailwind CSS: bg-[hsl(119,55%,43%)] — CSS variable: --color-primary: hsl(119, 55%, 43%);