HSL(108, 68%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,68%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 68%, 44%) | color: hsl(108, 68%, 44%) | |
| HEX | #42BC24 | color: #42BC24 | |
| RGB | rgb(66, 188, 36) | color: rgb(66, 188, 36) | |
| CMYK | cmyk(65%, 0%, 81%, 26%) | — | |
| HSV | hsv(108, 81%, 74%) | — | |
| HWB | hwb(108 14% 26%) | color: hwb(108 14% 26%) | |
| OKLCH | oklch(0.6999 0.2121 140.45) | color: oklch(0.6999 0.2121 140.45) | |
| Lab | lab(67.46 -59.68 60.93) | color: lab(67.46 -59.68 60.93) | |
| LCH | lch(67.46 85.29 134.41) | color: lch(67.46 85.29 134.41) |
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)
#777849 — rgb(119, 120, 73)
Deuteranopia (Green-blind)
#706752 — rgb(112, 103, 82)
Tritanopia (Blue-blind)
#48666C — rgb(72, 102, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 68%, 44%);
text
color: hsl(108, 68%, 44%);
border
border: 2px solid hsl(108, 68%, 44%);
gradient light
background: linear-gradient(to right, hsl(108, 68%, 64%), hsl(108, 68%, 44%));
gradient dark
background: linear-gradient(to right, hsl(108, 68%, 44%), hsl(108, 68%, 24%))
hex
background-color: #42BC24;
tailwind
bg-[hsl(108,68%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 68%, 44%, 0.4);
css variable
--color-primary: hsl(108, 68%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 68%, 44%)?
HEX: #42BC24 | RGB: rgb(66, 188, 36) | CMYK: 65%, 0%, 81%, 26% | HSV: 108°, 81%, 74%. Copy any format from the conversion table above.
What colors go well with #42BC24?
The complementary color is HSL(288, 68%, 44%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 68%, 44%) in CSS?
As HSL: color: hsl(108, 68%, 44%); — As HEX: color: #42BC24; — As RGB: color: rgb(66, 188, 36); — Tailwind CSS: bg-[hsl(108,68%,44%)] — CSS variable: --color-primary: hsl(108, 68%, 44%);