HSL(81, 89%, 55%)
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,89%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 89%, 55%) | color: hsl(81, 89%, 55%) | |
| HEX | #ABF226 | color: #ABF226 | |
| RGB | rgb(171, 242, 38) | color: rgb(171, 242, 38) | |
| CMYK | cmyk(29%, 0%, 84%, 5%) | — | |
| HSV | hsv(81, 84%, 95%) | — | |
| HWB | hwb(81 15% 5%) | color: hwb(81 15% 5%) | |
| OKLCH | oklch(0.8814 0.2231 128.46) | color: oklch(0.8814 0.2231 128.46) | |
| Lab | lab(88.11 -48.13 80.49) | color: lab(88.11 -48.13 80.49) | |
| LCH | lch(88.11 93.78 120.88) | color: lch(88.11 93.78 120.88) |
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)
#CACA57 — rgb(202, 202, 87)
Deuteranopia (Green-blind)
#C6C063 — rgb(198, 192, 99)
Tritanopia (Blue-blind)
#AF7E87 — rgb(175, 126, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 89%, 55%);
text
color: hsl(81, 89%, 55%);
border
border: 2px solid hsl(81, 89%, 55%);
gradient light
background: linear-gradient(to right, hsl(81, 89%, 75%), hsl(81, 89%, 55%));
gradient dark
background: linear-gradient(to right, hsl(81, 89%, 55%), hsl(81, 89%, 35%))
hex
background-color: #ABF226;
tailwind
bg-[hsl(81,89%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 89%, 55%, 0.4);
css variable
--color-primary: hsl(81, 89%, 55%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(81, 89%, 55%)?
HEX: #ABF226 | RGB: rgb(171, 242, 38) | CMYK: 29%, 0%, 84%, 5% | HSV: 81°, 84%, 95%. Copy any format from the conversion table above.
What colors go well with #ABF226?
The complementary color is HSL(261, 89%, 55%). 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, 89%, 55%) in CSS?
As HSL: color: hsl(81, 89%, 55%); — As HEX: color: #ABF226; — As RGB: color: rgb(171, 242, 38); — Tailwind CSS: bg-[hsl(81,89%,55%)] — CSS variable: --color-primary: hsl(81, 89%, 55%);