HSL(110, 94%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,94%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 94%, 34%) | color: hsl(110, 94%, 34%) | |
| HEX | #20A805 | color: #20A805 | |
| RGB | rgb(32, 168, 5) | color: rgb(32, 168, 5) | |
| CMYK | cmyk(81%, 0%, 97%, 34%) | — | |
| HSV | hsv(110, 97%, 66%) | — | |
| HWB | hwb(110 2% 34%) | color: hwb(110 2% 34%) | |
| OKLCH | oklch(0.6371 0.2104 141.54) | color: oklch(0.6371 0.2104 141.54) | |
| Lab | lab(60.18 -60.42 60.5) | color: lab(60.18 -60.42 60.5) | |
| LCH | lch(60.18 85.5 134.96) | color: lch(60.18 85.5 134.96) |
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)
#5B5C2C — rgb(91, 92, 44)
Deuteranopia (Green-blind)
#534936 — rgb(83, 73, 54)
Tritanopia (Blue-blind)
#274C52 — rgb(39, 76, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 94%, 34%);
text
color: hsl(110, 94%, 34%);
border
border: 2px solid hsl(110, 94%, 34%);
gradient light
background: linear-gradient(to right, hsl(110, 94%, 54%), hsl(110, 94%, 34%));
gradient dark
background: linear-gradient(to right, hsl(110, 94%, 34%), hsl(110, 94%, 14%))
hex
background-color: #20A805;
tailwind
bg-[hsl(110,94%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 94%, 34%, 0.4);
css variable
--color-primary: hsl(110, 94%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 94%, 34%)?
HEX: #20A805 | RGB: rgb(32, 168, 5) | CMYK: 81%, 0%, 97%, 34% | HSV: 110°, 97%, 66%. Copy any format from the conversion table above.
What colors go well with #20A805?
The complementary color is HSL(290, 94%, 34%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 94%, 34%) in CSS?
As HSL: color: hsl(110, 94%, 34%); — As HEX: color: #20A805; — As RGB: color: rgb(32, 168, 5); — Tailwind CSS: bg-[hsl(110,94%,34%)] — CSS variable: --color-primary: hsl(110, 94%, 34%);