HSL(118, 70%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 70%, 55%) | color: hsl(118, 70%, 55%) | |
| HEX | #41DD3C | color: #41DD3C | |
| RGB | rgb(65, 221, 60) | color: rgb(65, 221, 60) | |
| CMYK | cmyk(71%, 0%, 73%, 13%) | — | |
| HSV | hsv(118, 73%, 87%) | — | |
| HWB | hwb(118 23% 13%) | color: hwb(118 23% 13%) | |
| OKLCH | oklch(0.7874 0.2363 142.56) | color: oklch(0.7874 0.2363 142.56) | |
| Lab | lab(77.97 -69.01 63.5) | color: lab(77.97 -69.01 63.5) | |
| LCH | lch(77.97 93.78 137.38) | color: lch(77.97 93.78 137.38) |
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)
#858663 — rgb(133, 134, 99)
Deuteranopia (Green-blind)
#7C706C — rgb(124, 112, 108)
Tritanopia (Blue-blind)
#498288 — rgb(73, 130, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 70%, 55%);
text
color: hsl(118, 70%, 55%);
border
border: 2px solid hsl(118, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(118, 70%, 75%), hsl(118, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(118, 70%, 55%), hsl(118, 70%, 35%))
hex
background-color: #41DD3C;
tailwind
bg-[hsl(118,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 70%, 55%, 0.4);
css variable
--color-primary: hsl(118, 70%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 70%, 55%)?
HEX: #41DD3C | RGB: rgb(65, 221, 60) | CMYK: 71%, 0%, 73%, 13% | HSV: 118°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #41DD3C?
The complementary color is HSL(298, 70%, 55%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 70%, 55%) in CSS?
As HSL: color: hsl(118, 70%, 55%); — As HEX: color: #41DD3C; — As RGB: color: rgb(65, 221, 60); — Tailwind CSS: bg-[hsl(118,70%,55%)] — CSS variable: --color-primary: hsl(118, 70%, 55%);