HSL(107, 55%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,55%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 55%, 40%) | color: hsl(107, 55%, 40%) | |
| HEX | #469E2E | color: #469E2E | |
| RGB | rgb(70, 158, 46) | color: rgb(70, 158, 46) | |
| CMYK | cmyk(56%, 0%, 71%, 38%) | — | |
| HSV | hsv(107, 71%, 62%) | — | |
| HWB | hwb(107 18% 38%) | color: hwb(107 18% 38%) | |
| OKLCH | oklch(0.6221 0.1701 139.74) | color: oklch(0.6221 0.1701 139.74) | |
| Lab | lab(57.99 -47.26 48.26) | color: lab(57.99 -47.26 48.26) | |
| LCH | lch(57.99 67.55 134.4) | color: lch(57.99 67.55 134.4) |
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)
#6C6D49 — rgb(108, 109, 73)
Deuteranopia (Green-blind)
#676050 — rgb(103, 96, 80)
Tritanopia (Blue-blind)
#4A5E63 — rgb(74, 94, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 55%, 40%);
text
color: hsl(107, 55%, 40%);
border
border: 2px solid hsl(107, 55%, 40%);
gradient light
background: linear-gradient(to right, hsl(107, 55%, 60%), hsl(107, 55%, 40%));
gradient dark
background: linear-gradient(to right, hsl(107, 55%, 40%), hsl(107, 55%, 20%))
hex
background-color: #469E2E;
tailwind
bg-[hsl(107,55%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 55%, 40%, 0.4);
css variable
--color-primary: hsl(107, 55%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 55%, 40%)?
HEX: #469E2E | RGB: rgb(70, 158, 46) | CMYK: 56%, 0%, 71%, 38% | HSV: 107°, 71%, 62%. Copy any format from the conversion table above.
What colors go well with #469E2E?
The complementary color is HSL(287, 55%, 40%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 55%, 40%) in CSS?
As HSL: color: hsl(107, 55%, 40%); — As HEX: color: #469E2E; — As RGB: color: rgb(70, 158, 46); — Tailwind CSS: bg-[hsl(107,55%,40%)] — CSS variable: --color-primary: hsl(107, 55%, 40%);