HSL(97, 95%, 53%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 95%, 53%) | color: hsl(97, 95%, 53%) | |
| HEX | #6DF915 | color: #6DF915 | |
| RGB | rgb(109, 249, 21) | color: rgb(109, 249, 21) | |
| CMYK | cmyk(56%, 0%, 92%, 2%) | — | |
| HSV | hsv(97, 92%, 98%) | — | |
| HWB | hwb(97 8% 2%) | color: hwb(97 8% 2%) | |
| OKLCH | oklch(0.8692 0.2637 137.86) | color: oklch(0.8692 0.2637 137.86) | |
| Lab | lab(87.51 -70.49 81.79) | color: lab(87.51 -70.49 81.79) | |
| LCH | lch(87.51 107.97 130.76) | color: lch(87.51 107.97 130.76) |
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)
#AAAB4C — rgb(170, 171, 76)
Deuteranopia (Green-blind)
#A29759 — rgb(162, 151, 89)
Tritanopia (Blue-blind)
#747881 — rgb(116, 120, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 95%, 53%);
text
color: hsl(97, 95%, 53%);
border
border: 2px solid hsl(97, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(97, 95%, 73%), hsl(97, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(97, 95%, 53%), hsl(97, 95%, 33%))
hex
background-color: #6DF915;
tailwind
bg-[hsl(97,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 95%, 53%, 0.4);
css variable
--color-primary: hsl(97, 95%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(97, 95%, 53%)?
HEX: #6DF915 | RGB: rgb(109, 249, 21) | CMYK: 56%, 0%, 92%, 2% | HSV: 97°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #6DF915?
The complementary color is HSL(277, 95%, 53%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 95%, 53%) in CSS?
As HSL: color: hsl(97, 95%, 53%); — As HEX: color: #6DF915; — As RGB: color: rgb(109, 249, 21); — Tailwind CSS: bg-[hsl(97,95%,53%)] — CSS variable: --color-primary: hsl(97, 95%, 53%);