HSL(120, 40%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(120,40%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(120, 40%, 44%) | color: hsl(120, 40%, 44%) | |
| HEX | #439D43 | color: #439D43 | |
| RGB | rgb(67, 157, 67) | color: rgb(67, 157, 67) | |
| CMYK | cmyk(57%, 0%, 57%, 38%) | — | |
| HSV | hsv(120, 57%, 62%) | — | |
| HWB | hwb(120 27% 38%) | color: hwb(120 27% 38%) | |
| OKLCH | oklch(0.6206 0.1538 143.44) | color: oklch(0.6206 0.1538 143.44) | |
| Lab | lab(57.76 -45.45 38.59) | color: lab(57.76 -45.45 38.59) | |
| LCH | lch(57.76 59.62 139.67) | color: lch(57.76 59.62 139.67) |
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)
#6A6B59 — rgb(106, 107, 89)
Deuteranopia (Green-blind)
#655E5E — rgb(101, 94, 94)
Tritanopia (Blue-blind)
#486A6E — rgb(72, 106, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(120, 40%, 44%);
text
color: hsl(120, 40%, 44%);
border
border: 2px solid hsl(120, 40%, 44%);
gradient light
background: linear-gradient(to right, hsl(120, 40%, 64%), hsl(120, 40%, 44%));
gradient dark
background: linear-gradient(to right, hsl(120, 40%, 44%), hsl(120, 40%, 24%))
hex
background-color: #439D43;
tailwind
bg-[hsl(120,40%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(120, 40%, 44%, 0.4);
css variable
--color-primary: hsl(120, 40%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(120, 40%, 44%)?
HEX: #439D43 | RGB: rgb(67, 157, 67) | CMYK: 57%, 0%, 57%, 38% | HSV: 120°, 57%, 62%. Copy any format from the conversion table above.
What colors go well with #439D43?
The complementary color is HSL(300, 40%, 44%). For a triadic harmony, use hues 120°, 240°, and 0°. For analogous combinations, try hues 90° and 150°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(120, 40%, 44%) in CSS?
As HSL: color: hsl(120, 40%, 44%); — As HEX: color: #439D43; — As RGB: color: rgb(67, 157, 67); — Tailwind CSS: bg-[hsl(120,40%,44%)] — CSS variable: --color-primary: hsl(120, 40%, 44%);