HSL(99, 95%, 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(99,95%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 95%, 46%) | color: hsl(99, 95%, 46%) | |
| HEX | #54E506 | color: #54E506 | |
| RGB | rgb(84, 229, 6) | color: rgb(84, 229, 6) | |
| CMYK | cmyk(63%, 0%, 97%, 10%) | — | |
| HSV | hsv(99, 97%, 90%) | — | |
| HWB | hwb(99 3% 10%) | color: hwb(99 3% 10%) | |
| OKLCH | oklch(0.8107 0.2553 139.17) | color: oklch(0.8107 0.2553 139.17) | |
| Lab | lab(80.7 -70.05 77.45) | color: lab(80.7 -70.05 77.45) | |
| LCH | lch(80.7 104.43 132.13) | color: lch(80.7 104.43 132.13) |
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)
#93943C — rgb(147, 148, 60)
Deuteranopia (Green-blind)
#8A8049 — rgb(138, 128, 73)
Tritanopia (Blue-blind)
#5B6770 — rgb(91, 103, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 95%, 46%);
text
color: hsl(99, 95%, 46%);
border
border: 2px solid hsl(99, 95%, 46%);
gradient light
background: linear-gradient(to right, hsl(99, 95%, 66%), hsl(99, 95%, 46%));
gradient dark
background: linear-gradient(to right, hsl(99, 95%, 46%), hsl(99, 95%, 26%))
hex
background-color: #54E506;
tailwind
bg-[hsl(99,95%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 95%, 46%, 0.4);
css variable
--color-primary: hsl(99, 95%, 46%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(99, 95%, 46%)?
HEX: #54E506 | RGB: rgb(84, 229, 6) | CMYK: 63%, 0%, 97%, 10% | HSV: 99°, 97%, 90%. Copy any format from the conversion table above.
What colors go well with #54E506?
The complementary color is HSL(279, 95%, 46%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 95%, 46%) in CSS?
As HSL: color: hsl(99, 95%, 46%); — As HEX: color: #54E506; — As RGB: color: rgb(84, 229, 6); — Tailwind CSS: bg-[hsl(99,95%,46%)] — CSS variable: --color-primary: hsl(99, 95%, 46%);