HSL(101, 95%, 44%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,95%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 95%, 44%) | color: hsl(101, 95%, 44%) | |
| HEX | #49DB06 | color: #49DB06 | |
| RGB | rgb(73, 219, 6) | color: rgb(73, 219, 6) | |
| CMYK | cmyk(67%, 0%, 97%, 14%) | — | |
| HSV | hsv(101, 97%, 86%) | — | |
| HWB | hwb(101 3% 14%) | color: hwb(101 3% 14%) | |
| OKLCH | oklch(0.782 0.2492 139.77) | color: oklch(0.782 0.2492 139.77) | |
| Lab | lab(77.33 -69.17 74.63) | color: lab(77.33 -69.17 74.63) | |
| LCH | lch(77.33 101.76 132.83) | color: lch(77.33 101.76 132.83) |
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)
#888A3A — rgb(136, 138, 58)
Deuteranopia (Green-blind)
#807546 — rgb(128, 117, 70)
Tritanopia (Blue-blind)
#50626B — rgb(80, 98, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 95%, 44%);
text
color: hsl(101, 95%, 44%);
border
border: 2px solid hsl(101, 95%, 44%);
gradient light
background: linear-gradient(to right, hsl(101, 95%, 64%), hsl(101, 95%, 44%));
gradient dark
background: linear-gradient(to right, hsl(101, 95%, 44%), hsl(101, 95%, 24%))
hex
background-color: #49DB06;
tailwind
bg-[hsl(101,95%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 95%, 44%, 0.4);
css variable
--color-primary: hsl(101, 95%, 44%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(101, 95%, 44%)?
HEX: #49DB06 | RGB: rgb(73, 219, 6) | CMYK: 67%, 0%, 97%, 14% | HSV: 101°, 97%, 86%. Copy any format from the conversion table above.
What colors go well with #49DB06?
The complementary color is HSL(281, 95%, 44%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 95%, 44%) in CSS?
As HSL: color: hsl(101, 95%, 44%); — As HEX: color: #49DB06; — As RGB: color: rgb(73, 219, 6); — Tailwind CSS: bg-[hsl(101,95%,44%)] — CSS variable: --color-primary: hsl(101, 95%, 44%);