HSL(81, 94%, 59%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,94%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 94%, 59%) | color: hsl(81, 94%, 59%) | |
| HEX | #B4F934 | color: #B4F934 | |
| RGB | rgb(180, 249, 52) | color: rgb(180, 249, 52) | |
| CMYK | cmyk(28%, 0%, 79%, 2%) | — | |
| HSV | hsv(81, 79%, 98%) | — | |
| HWB | hwb(81 21% 2%) | color: hwb(81 21% 2%) | |
| OKLCH | oklch(0.9034 0.2214 127.98) | color: oklch(0.9034 0.2214 127.98) | |
| Lab | lab(90.64 -47.3 79.58) | color: lab(90.64 -47.3 79.58) | |
| LCH | lch(90.64 92.58 120.73) | color: lch(90.64 92.58 120.73) |
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)
#D2D264 — rgb(210, 210, 100)
Deuteranopia (Green-blind)
#CEC96F — rgb(206, 201, 111)
Tritanopia (Blue-blind)
#B78992 — rgb(183, 137, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 94%, 59%);
text
color: hsl(81, 94%, 59%);
border
border: 2px solid hsl(81, 94%, 59%);
gradient light
background: linear-gradient(to right, hsl(81, 94%, 79%), hsl(81, 94%, 59%));
gradient dark
background: linear-gradient(to right, hsl(81, 94%, 59%), hsl(81, 94%, 39%))
hex
background-color: #B4F934;
tailwind
bg-[hsl(81,94%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 94%, 59%, 0.4);
css variable
--color-primary: hsl(81, 94%, 59%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(81, 94%, 59%)?
HEX: #B4F934 | RGB: rgb(180, 249, 52) | CMYK: 28%, 0%, 79%, 2% | HSV: 81°, 79%, 98%. Copy any format from the conversion table above.
What colors go well with #B4F934?
The complementary color is HSL(261, 94%, 59%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 94%, 59%) in CSS?
As HSL: color: hsl(81, 94%, 59%); — As HEX: color: #B4F934; — As RGB: color: rgb(180, 249, 52); — Tailwind CSS: bg-[hsl(81,94%,59%)] — CSS variable: --color-primary: hsl(81, 94%, 59%);