HSL(104, 60%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,60%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 60%, 47%) | color: hsl(104, 60%, 47%) | |
| HEX | #56C030 | color: #56C030 | |
| RGB | rgb(86, 192, 48) | color: rgb(86, 192, 48) | |
| CMYK | cmyk(55%, 0%, 75%, 25%) | — | |
| HSV | hsv(104, 75%, 75%) | — | |
| HWB | hwb(104 19% 25%) | color: hwb(104 19% 25%) | |
| OKLCH | oklch(0.7177 0.2026 138.99) | color: oklch(0.7177 0.2026 138.99) | |
| Lab | lab(69.39 -55.49 59.24) | color: lab(69.39 -55.49 59.24) | |
| LCH | lch(69.39 81.17 133.13) | color: lch(69.39 81.17 133.13) |
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)
#848553 — rgb(132, 133, 83)
Deuteranopia (Green-blind)
#7E765B — rgb(126, 118, 91)
Tritanopia (Blue-blind)
#5B6E74 — rgb(91, 110, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 60%, 47%);
text
color: hsl(104, 60%, 47%);
border
border: 2px solid hsl(104, 60%, 47%);
gradient light
background: linear-gradient(to right, hsl(104, 60%, 67%), hsl(104, 60%, 47%));
gradient dark
background: linear-gradient(to right, hsl(104, 60%, 47%), hsl(104, 60%, 27%))
hex
background-color: #56C030;
tailwind
bg-[hsl(104,60%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 60%, 47%, 0.4);
css variable
--color-primary: hsl(104, 60%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 60%, 47%)?
HEX: #56C030 | RGB: rgb(86, 192, 48) | CMYK: 55%, 0%, 75%, 25% | HSV: 104°, 75%, 75%. Copy any format from the conversion table above.
What colors go well with #56C030?
The complementary color is HSL(284, 60%, 47%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 60%, 47%) in CSS?
As HSL: color: hsl(104, 60%, 47%); — As HEX: color: #56C030; — As RGB: color: rgb(86, 192, 48); — Tailwind CSS: bg-[hsl(104,60%,47%)] — CSS variable: --color-primary: hsl(104, 60%, 47%);