HSL(112, 96%, 58%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,96%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 96%, 58%) | color: hsl(112, 96%, 58%) | |
| HEX | #49FB2D | color: #49FB2D | |
| RGB | rgb(73, 251, 45) | color: rgb(73, 251, 45) | |
| CMYK | cmyk(71%, 0%, 82%, 2%) | — | |
| HSV | hsv(112, 82%, 98%) | — | |
| HWB | hwb(112 18% 2%) | color: hwb(112 18% 2%) | |
| OKLCH | oklch(0.865 0.2717 141.4) | color: oklch(0.865 0.2717 141.4) | |
| Lab | lab(87.29 -77.78 76.85) | color: lab(87.29 -77.78 76.85) | |
| LCH | lch(87.29 109.34 135.34) | color: lch(87.29 109.34 135.34) |
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)
#96985F — rgb(150, 152, 95)
Deuteranopia (Green-blind)
#8C7E6B — rgb(140, 126, 107)
Tritanopia (Blue-blind)
#52868F — rgb(82, 134, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 96%, 58%);
text
color: hsl(112, 96%, 58%);
border
border: 2px solid hsl(112, 96%, 58%);
gradient light
background: linear-gradient(to right, hsl(112, 96%, 78%), hsl(112, 96%, 58%));
gradient dark
background: linear-gradient(to right, hsl(112, 96%, 58%), hsl(112, 96%, 38%))
hex
background-color: #49FB2D;
tailwind
bg-[hsl(112,96%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 96%, 58%, 0.4);
css variable
--color-primary: hsl(112, 96%, 58%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(112, 96%, 58%)?
HEX: #49FB2D | RGB: rgb(73, 251, 45) | CMYK: 71%, 0%, 82%, 2% | HSV: 112°, 82%, 98%. Copy any format from the conversion table above.
What colors go well with #49FB2D?
The complementary color is HSL(292, 96%, 58%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 96%, 58%) in CSS?
As HSL: color: hsl(112, 96%, 58%); — As HEX: color: #49FB2D; — As RGB: color: rgb(73, 251, 45); — Tailwind CSS: bg-[hsl(112,96%,58%)] — CSS variable: --color-primary: hsl(112, 96%, 58%);