HSL(112, 84%, 51%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,84%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 84%, 51%) | color: hsl(112, 84%, 51%) | |
| HEX | #35EB19 | color: #35EB19 | |
| RGB | rgb(53, 235, 25) | color: rgb(53, 235, 25) | |
| CMYK | cmyk(77%, 0%, 89%, 8%) | — | |
| HSV | hsv(112, 89%, 92%) | — | |
| HWB | hwb(112 10% 8%) | color: hwb(112 10% 8%) | |
| OKLCH | oklch(0.8196 0.2671 141.64) | color: oklch(0.8196 0.2671 141.64) | |
| Lab | lab(81.97 -76.81 76.06) | color: lab(81.97 -76.81 76.06) | |
| LCH | lch(81.97 108.1 135.28) | color: lch(81.97 108.1 135.28) |
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)
#84854C — rgb(132, 133, 76)
Deuteranopia (Green-blind)
#796C58 — rgb(121, 108, 88)
Tritanopia (Blue-blind)
#3E747D — rgb(62, 116, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 84%, 51%);
text
color: hsl(112, 84%, 51%);
border
border: 2px solid hsl(112, 84%, 51%);
gradient light
background: linear-gradient(to right, hsl(112, 84%, 71%), hsl(112, 84%, 51%));
gradient dark
background: linear-gradient(to right, hsl(112, 84%, 51%), hsl(112, 84%, 31%))
hex
background-color: #35EB19;
tailwind
bg-[hsl(112,84%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 84%, 51%, 0.4);
css variable
--color-primary: hsl(112, 84%, 51%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(112, 84%, 51%)?
HEX: #35EB19 | RGB: rgb(53, 235, 25) | CMYK: 77%, 0%, 89%, 8% | HSV: 112°, 89%, 92%. Copy any format from the conversion table above.
What colors go well with #35EB19?
The complementary color is HSL(292, 84%, 51%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 84%, 51%) in CSS?
As HSL: color: hsl(112, 84%, 51%); — As HEX: color: #35EB19; — As RGB: color: rgb(53, 235, 25); — Tailwind CSS: bg-[hsl(112,84%,51%)] — CSS variable: --color-primary: hsl(112, 84%, 51%);