HSL(99, 79%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,79%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 79%, 47%) | color: hsl(99, 79%, 47%) | |
| HEX | #5BD719 | color: #5BD719 | |
| RGB | rgb(91, 215, 25) | color: rgb(91, 215, 25) | |
| CMYK | cmyk(58%, 0%, 88%, 16%) | — | |
| HSV | hsv(99, 88%, 84%) | — | |
| HWB | hwb(99 10% 16%) | color: hwb(99 10% 16%) | |
| OKLCH | oklch(0.7776 0.235 138.31) | color: oklch(0.7776 0.235 138.31) | |
| Lab | lab(76.61 -63.41 71.84) | color: lab(76.61 -63.41 71.84) | |
| LCH | lch(76.61 95.82 131.43) | color: lch(76.61 95.82 131.43) |
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)
#919247 — rgb(145, 146, 71)
Deuteranopia (Green-blind)
#8A8052 — rgb(138, 128, 82)
Tritanopia (Blue-blind)
#616B73 — rgb(97, 107, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 79%, 47%);
text
color: hsl(99, 79%, 47%);
border
border: 2px solid hsl(99, 79%, 47%);
gradient light
background: linear-gradient(to right, hsl(99, 79%, 67%), hsl(99, 79%, 47%));
gradient dark
background: linear-gradient(to right, hsl(99, 79%, 47%), hsl(99, 79%, 27%))
hex
background-color: #5BD719;
tailwind
bg-[hsl(99,79%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 79%, 47%, 0.4);
css variable
--color-primary: hsl(99, 79%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 79%, 47%)?
HEX: #5BD719 | RGB: rgb(91, 215, 25) | CMYK: 58%, 0%, 88%, 16% | HSV: 99°, 88%, 84%. Copy any format from the conversion table above.
What colors go well with #5BD719?
The complementary color is HSL(279, 79%, 47%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 79%, 47%) in CSS?
As HSL: color: hsl(99, 79%, 47%); — As HEX: color: #5BD719; — As RGB: color: rgb(91, 215, 25); — Tailwind CSS: bg-[hsl(99,79%,47%)] — CSS variable: --color-primary: hsl(99, 79%, 47%);