HSL(101, 96%, 48%)
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,96%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 96%, 48%) | color: hsl(101, 96%, 48%) | |
| HEX | #4FF005 | color: #4FF005 | |
| RGB | rgb(79, 240, 5) | color: rgb(79, 240, 5) | |
| CMYK | cmyk(67%, 0%, 98%, 6%) | — | |
| HSV | hsv(101, 98%, 94%) | — | |
| HWB | hwb(101 2% 6%) | color: hwb(101 2% 6%) | |
| OKLCH | oklch(0.8374 0.2679 139.87) | color: oklch(0.8374 0.2679 139.87) | |
| Lab | lab(83.96 -74.51 80.11) | color: lab(83.96 -74.51 80.11) | |
| LCH | lch(83.96 109.4 132.93) | color: lch(83.96 109.4 132.93) |
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)
#95963E — rgb(149, 150, 62)
Deuteranopia (Green-blind)
#8B7F4C — rgb(139, 127, 76)
Tritanopia (Blue-blind)
#576B75 — rgb(87, 107, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 96%, 48%);
text
color: hsl(101, 96%, 48%);
border
border: 2px solid hsl(101, 96%, 48%);
gradient light
background: linear-gradient(to right, hsl(101, 96%, 68%), hsl(101, 96%, 48%));
gradient dark
background: linear-gradient(to right, hsl(101, 96%, 48%), hsl(101, 96%, 28%))
hex
background-color: #4FF005;
tailwind
bg-[hsl(101,96%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 96%, 48%, 0.4);
css variable
--color-primary: hsl(101, 96%, 48%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(101, 96%, 48%)?
HEX: #4FF005 | RGB: rgb(79, 240, 5) | CMYK: 67%, 0%, 98%, 6% | HSV: 101°, 98%, 94%. Copy any format from the conversion table above.
What colors go well with #4FF005?
The complementary color is HSL(281, 96%, 48%). 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, 96%, 48%) in CSS?
As HSL: color: hsl(101, 96%, 48%); — As HEX: color: #4FF005; — As RGB: color: rgb(79, 240, 5); — Tailwind CSS: bg-[hsl(101,96%,48%)] — CSS variable: --color-primary: hsl(101, 96%, 48%);