HSL(97, 86%, 41%)
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,86%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 86%, 41%) | color: hsl(97, 86%, 41%) | |
| HEX | #54C20F | color: #54C20F | |
| RGB | rgb(84, 194, 15) | color: rgb(84, 194, 15) | |
| CMYK | cmyk(57%, 0%, 92%, 24%) | — | |
| HSV | hsv(97, 92%, 76%) | — | |
| HWB | hwb(97 6% 24%) | color: hwb(97 6% 24%) | |
| OKLCH | oklch(0.7207 0.218 137.8) | color: oklch(0.7207 0.218 137.8) | |
| Lab | lab(69.82 -58.21 67.64) | color: lab(69.82 -58.21 67.64) | |
| LCH | lch(69.82 89.24 130.71) | color: lch(69.82 89.24 130.71) |
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)
#84853A — rgb(132, 133, 58)
Deuteranopia (Green-blind)
#7D7545 — rgb(125, 117, 69)
Tritanopia (Blue-blind)
#5A5D64 — rgb(90, 93, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 86%, 41%);
text
color: hsl(97, 86%, 41%);
border
border: 2px solid hsl(97, 86%, 41%);
gradient light
background: linear-gradient(to right, hsl(97, 86%, 61%), hsl(97, 86%, 41%));
gradient dark
background: linear-gradient(to right, hsl(97, 86%, 41%), hsl(97, 86%, 21%))
hex
background-color: #54C20F;
tailwind
bg-[hsl(97,86%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 86%, 41%, 0.4);
css variable
--color-primary: hsl(97, 86%, 41%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(97, 86%, 41%)?
HEX: #54C20F | RGB: rgb(84, 194, 15) | CMYK: 57%, 0%, 92%, 24% | HSV: 97°, 92%, 76%. Copy any format from the conversion table above.
What colors go well with #54C20F?
The complementary color is HSL(277, 86%, 41%). 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, 86%, 41%) in CSS?
As HSL: color: hsl(97, 86%, 41%); — As HEX: color: #54C20F; — As RGB: color: rgb(84, 194, 15); — Tailwind CSS: bg-[hsl(97,86%,41%)] — CSS variable: --color-primary: hsl(97, 86%, 41%);