HSL(78, 80%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,80%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 80%, 46%) | color: hsl(78, 80%, 46%) | |
| HEX | #9BD317 | color: #9BD317 | |
| RGB | rgb(155, 211, 23) | color: rgb(155, 211, 23) | |
| CMYK | cmyk(27%, 0%, 89%, 17%) | — | |
| HSV | hsv(78, 89%, 83%) | — | |
| HWB | hwb(78 9% 17%) | color: hwb(78 9% 17%) | |
| OKLCH | oklch(0.7985 0.2006 126.75) | color: oklch(0.7985 0.2006 126.75) | |
| Lab | lab(78.24 -41.23 74.68) | color: lab(78.24 -41.23 74.68) | |
| LCH | lch(78.24 85.31 118.9) | color: lch(78.24 85.31 118.9) |
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)
#B3B444 — rgb(179, 180, 68)
Deuteranopia (Green-blind)
#B0AC4F — rgb(176, 172, 79)
Tritanopia (Blue-blind)
#9E6870 — rgb(158, 104, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 80%, 46%);
text
color: hsl(78, 80%, 46%);
border
border: 2px solid hsl(78, 80%, 46%);
gradient light
background: linear-gradient(to right, hsl(78, 80%, 66%), hsl(78, 80%, 46%));
gradient dark
background: linear-gradient(to right, hsl(78, 80%, 46%), hsl(78, 80%, 26%))
hex
background-color: #9BD317;
tailwind
bg-[hsl(78,80%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 80%, 46%, 0.4);
css variable
--color-primary: hsl(78, 80%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(78, 80%, 46%)?
HEX: #9BD317 | RGB: rgb(155, 211, 23) | CMYK: 27%, 0%, 89%, 17% | HSV: 78°, 89%, 83%. Copy any format from the conversion table above.
What colors go well with #9BD317?
The complementary color is HSL(258, 80%, 46%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 80%, 46%) in CSS?
As HSL: color: hsl(78, 80%, 46%); — As HEX: color: #9BD317; — As RGB: color: rgb(155, 211, 23); — Tailwind CSS: bg-[hsl(78,80%,46%)] — CSS variable: --color-primary: hsl(78, 80%, 46%);