HSL(100, 85%, 52%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(100,85%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 85%, 52%) | color: hsl(100, 85%, 52%) | |
| HEX | #62ED1D | color: #62ED1D | |
| RGB | rgb(98, 237, 29) | color: rgb(98, 237, 29) | |
| CMYK | cmyk(59%, 0%, 88%, 7%) | — | |
| HSV | hsv(100, 88%, 93%) | — | |
| HWB | hwb(100 11% 7%) | color: hwb(100 11% 7%) | |
| OKLCH | oklch(0.8357 0.2541 138.62) | color: oklch(0.8357 0.2541 138.62) | |
| Lab | lab(83.57 -68.98 77.15) | color: lab(83.57 -68.98 77.15) | |
| LCH | lch(83.57 103.49 131.8) | color: lch(83.57 103.49 131.8) |
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)
#9E9F4F — rgb(158, 159, 79)
Deuteranopia (Green-blind)
#968C5B — rgb(150, 140, 91)
Tritanopia (Blue-blind)
#697780 — rgb(105, 119, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 85%, 52%);
text
color: hsl(100, 85%, 52%);
border
border: 2px solid hsl(100, 85%, 52%);
gradient light
background: linear-gradient(to right, hsl(100, 85%, 72%), hsl(100, 85%, 52%));
gradient dark
background: linear-gradient(to right, hsl(100, 85%, 52%), hsl(100, 85%, 32%))
hex
background-color: #62ED1D;
tailwind
bg-[hsl(100,85%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 85%, 52%, 0.4);
css variable
--color-primary: hsl(100, 85%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(100, 85%, 52%)?
HEX: #62ED1D | RGB: rgb(98, 237, 29) | CMYK: 59%, 0%, 88%, 7% | HSV: 100°, 88%, 93%. Copy any format from the conversion table above.
What colors go well with #62ED1D?
The complementary color is HSL(280, 85%, 52%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 85%, 52%) in CSS?
As HSL: color: hsl(100, 85%, 52%); — As HEX: color: #62ED1D; — As RGB: color: rgb(98, 237, 29); — Tailwind CSS: bg-[hsl(100,85%,52%)] — CSS variable: --color-primary: hsl(100, 85%, 52%);