HSL(102, 99%, 55%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,99%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 99%, 55%) | color: hsl(102, 99%, 55%) | |
| HEX | #5FFE1B | color: #5FFE1B | |
| RGB | rgb(95, 254, 27) | color: rgb(95, 254, 27) | |
| CMYK | cmyk(63%, 0%, 89%, 0%) | — | |
| HSV | hsv(102, 89%, 100%) | — | |
| HWB | hwb(102 11% 0%) | color: hwb(102 11% 0%) | |
| OKLCH | oklch(0.8774 0.2729 139.4) | color: oklch(0.8774 0.2729 139.4) | |
| Lab | lab(88.63 -75.2 81.73) | color: lab(88.63 -75.2 81.73) | |
| LCH | lch(88.63 111.06 132.62) | color: lch(88.63 111.06 132.62) |
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)
#A4A552 — rgb(164, 165, 82)
Deuteranopia (Green-blind)
#9B8F5F — rgb(155, 143, 95)
Tritanopia (Blue-blind)
#677D87 — rgb(103, 125, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 99%, 55%);
text
color: hsl(102, 99%, 55%);
border
border: 2px solid hsl(102, 99%, 55%);
gradient light
background: linear-gradient(to right, hsl(102, 99%, 75%), hsl(102, 99%, 55%));
gradient dark
background: linear-gradient(to right, hsl(102, 99%, 55%), hsl(102, 99%, 35%))
hex
background-color: #5FFE1B;
tailwind
bg-[hsl(102,99%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 99%, 55%, 0.4);
css variable
--color-primary: hsl(102, 99%, 55%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(102, 99%, 55%)?
HEX: #5FFE1B | RGB: rgb(95, 254, 27) | CMYK: 63%, 0%, 89%, 0% | HSV: 102°, 89%, 100%. Copy any format from the conversion table above.
What colors go well with #5FFE1B?
The complementary color is HSL(282, 99%, 55%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 99%, 55%) in CSS?
As HSL: color: hsl(102, 99%, 55%); — As HEX: color: #5FFE1B; — As RGB: color: rgb(95, 254, 27); — Tailwind CSS: bg-[hsl(102,99%,55%)] — CSS variable: --color-primary: hsl(102, 99%, 55%);