HSL(97, 100%, 42%)
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,100%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 100%, 42%) | color: hsl(97, 100%, 42%) | |
| HEX | #52D600 | color: #52D600 | |
| RGB | rgb(82, 214, 0) | color: rgb(82, 214, 0) | |
| CMYK | cmyk(62%, 0%, 100%, 16%) | — | |
| HSV | hsv(97, 100%, 84%) | — | |
| HWB | hwb(97 0% 16%) | color: hwb(97 0% 16%) | |
| OKLCH | oklch(0.7716 0.2419 138.72) | color: oklch(0.7716 0.2419 138.72) | |
| Lab | lab(76 -65.74 74.23) | color: lab(76 -65.74 74.23) | |
| LCH | lch(76 99.16 131.53) | color: lch(76 99.16 131.53) |
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)
#8B8C34 — rgb(139, 140, 52)
Deuteranopia (Green-blind)
#847A40 — rgb(132, 122, 64)
Tritanopia (Blue-blind)
#595D66 — rgb(89, 93, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 100%, 42%);
text
color: hsl(97, 100%, 42%);
border
border: 2px solid hsl(97, 100%, 42%);
gradient light
background: linear-gradient(to right, hsl(97, 100%, 62%), hsl(97, 100%, 42%));
gradient dark
background: linear-gradient(to right, hsl(97, 100%, 42%), hsl(97, 100%, 22%))
hex
background-color: #52D600;
tailwind
bg-[hsl(97,100%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 100%, 42%, 0.4);
css variable
--color-primary: hsl(97, 100%, 42%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(97, 100%, 42%)?
HEX: #52D600 | RGB: rgb(82, 214, 0) | CMYK: 62%, 0%, 100%, 16% | HSV: 97°, 100%, 84%. Copy any format from the conversion table above.
What colors go well with #52D600?
The complementary color is HSL(277, 100%, 42%). 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, 100%, 42%) in CSS?
As HSL: color: hsl(97, 100%, 42%); — As HEX: color: #52D600; — As RGB: color: rgb(82, 214, 0); — Tailwind CSS: bg-[hsl(97,100%,42%)] — CSS variable: --color-primary: hsl(97, 100%, 42%);