HSL(98, 85%, 46%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(98,85%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 85%, 46%) | color: hsl(98, 85%, 46%) | |
| HEX | #5BD912 | color: #5BD912 | |
| RGB | rgb(91, 217, 18) | color: rgb(91, 217, 18) | |
| CMYK | cmyk(58%, 0%, 92%, 15%) | — | |
| HSV | hsv(98, 92%, 85%) | — | |
| HWB | hwb(98 7% 15%) | color: hwb(98 7% 15%) | |
| OKLCH | oklch(0.7825 0.2387 138.22) | color: oklch(0.7825 0.2387 138.22) | |
| Lab | lab(77.22 -64.28 73.44) | color: lab(77.22 -64.28 73.44) | |
| LCH | lch(77.22 97.6 131.19) | color: lch(77.22 97.6 131.19) |
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)
#929342 — rgb(146, 147, 66)
Deuteranopia (Green-blind)
#8A814E — rgb(138, 129, 78)
Tritanopia (Blue-blind)
#616871 — rgb(97, 104, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 85%, 46%);
text
color: hsl(98, 85%, 46%);
border
border: 2px solid hsl(98, 85%, 46%);
gradient light
background: linear-gradient(to right, hsl(98, 85%, 66%), hsl(98, 85%, 46%));
gradient dark
background: linear-gradient(to right, hsl(98, 85%, 46%), hsl(98, 85%, 26%))
hex
background-color: #5BD912;
tailwind
bg-[hsl(98,85%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 85%, 46%, 0.4);
css variable
--color-primary: hsl(98, 85%, 46%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(98, 85%, 46%)?
HEX: #5BD912 | RGB: rgb(91, 217, 18) | CMYK: 58%, 0%, 92%, 15% | HSV: 98°, 92%, 85%. Copy any format from the conversion table above.
What colors go well with #5BD912?
The complementary color is HSL(278, 85%, 46%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 85%, 46%) in CSS?
As HSL: color: hsl(98, 85%, 46%); — As HEX: color: #5BD912; — As RGB: color: rgb(91, 217, 18); — Tailwind CSS: bg-[hsl(98,85%,46%)] — CSS variable: --color-primary: hsl(98, 85%, 46%);