HSL(93, 100%, 56%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,100%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 100%, 56%) | color: hsl(93, 100%, 56%) | |
| HEX | #84FF1F | color: #84FF1F | |
| RGB | rgb(132, 255, 31) | color: rgb(132, 255, 31) | |
| CMYK | cmyk(48%, 0%, 88%, 0%) | — | |
| HSV | hsv(93, 88%, 100%) | — | |
| HWB | hwb(93 12% 0%) | color: hwb(93 12% 0%) | |
| OKLCH | oklch(0.8928 0.2579 135.84) | color: oklch(0.8928 0.2579 135.84) | |
| Lab | lab(90.1 -66.13 82.79) | color: lab(90.1 -66.13 82.79) | |
| LCH | lch(90.1 105.96 128.62) | color: lch(90.1 105.96 128.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)
#B9BA55 — rgb(185, 186, 85)
Deuteranopia (Green-blind)
#B2A962 — rgb(178, 169, 98)
Tritanopia (Blue-blind)
#8A8089 — rgb(138, 128, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 100%, 56%);
text
color: hsl(93, 100%, 56%);
border
border: 2px solid hsl(93, 100%, 56%);
gradient light
background: linear-gradient(to right, hsl(93, 100%, 76%), hsl(93, 100%, 56%));
gradient dark
background: linear-gradient(to right, hsl(93, 100%, 56%), hsl(93, 100%, 36%))
hex
background-color: #84FF1F;
tailwind
bg-[hsl(93,100%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 100%, 56%, 0.4);
css variable
--color-primary: hsl(93, 100%, 56%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(93, 100%, 56%)?
HEX: #84FF1F | RGB: rgb(132, 255, 31) | CMYK: 48%, 0%, 88%, 0% | HSV: 93°, 88%, 100%. Copy any format from the conversion table above.
What colors go well with #84FF1F?
The complementary color is HSL(273, 100%, 56%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 100%, 56%) in CSS?
As HSL: color: hsl(93, 100%, 56%); — As HEX: color: #84FF1F; — As RGB: color: rgb(132, 255, 31); — Tailwind CSS: bg-[hsl(93,100%,56%)] — CSS variable: --color-primary: hsl(93, 100%, 56%);