HSL(80, 90%, 57%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,90%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 90%, 57%) | color: hsl(80, 90%, 57%) | |
| HEX | #B2F42F | color: #B2F42F | |
| RGB | rgb(178, 244, 47) | color: rgb(178, 244, 47) | |
| CMYK | cmyk(27%, 0%, 81%, 4%) | — | |
| HSV | hsv(80, 81%, 96%) | — | |
| HWB | hwb(80 18% 4%) | color: hwb(80 18% 4%) | |
| OKLCH | oklch(0.8905 0.2187 127.51) | color: oklch(0.8905 0.2187 127.51) | |
| Lab | lab(89.1 -46.11 79.43) | color: lab(89.1 -46.11 79.43) | |
| LCH | lch(89.1 91.84 120.14) | color: lch(89.1 91.84 120.14) |
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)
#CFCF5F — rgb(207, 207, 95)
Deuteranopia (Green-blind)
#CBC66A — rgb(203, 198, 106)
Tritanopia (Blue-blind)
#B5848D — rgb(181, 132, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 90%, 57%);
text
color: hsl(80, 90%, 57%);
border
border: 2px solid hsl(80, 90%, 57%);
gradient light
background: linear-gradient(to right, hsl(80, 90%, 77%), hsl(80, 90%, 57%));
gradient dark
background: linear-gradient(to right, hsl(80, 90%, 57%), hsl(80, 90%, 37%))
hex
background-color: #B2F42F;
tailwind
bg-[hsl(80,90%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 90%, 57%, 0.4);
css variable
--color-primary: hsl(80, 90%, 57%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(80, 90%, 57%)?
HEX: #B2F42F | RGB: rgb(178, 244, 47) | CMYK: 27%, 0%, 81%, 4% | HSV: 80°, 81%, 96%. Copy any format from the conversion table above.
What colors go well with #B2F42F?
The complementary color is HSL(260, 90%, 57%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 90%, 57%) in CSS?
As HSL: color: hsl(80, 90%, 57%); — As HEX: color: #B2F42F; — As RGB: color: rgb(178, 244, 47); — Tailwind CSS: bg-[hsl(80,90%,57%)] — CSS variable: --color-primary: hsl(80, 90%, 57%);