HSL(120, 85%, 45%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(120,85%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(120, 85%, 45%) | color: hsl(120, 85%, 45%) | |
| HEX | #11D411 | color: #11D411 | |
| RGB | rgb(17, 212, 17) | color: rgb(17, 212, 17) | |
| CMYK | cmyk(92%, 0%, 92%, 17%) | — | |
| HSV | hsv(120, 92%, 83%) | — | |
| HWB | hwb(120 7% 17%) | color: hwb(120 7% 17%) | |
| OKLCH | oklch(0.7549 0.2528 142.55) | color: oklch(0.7549 0.2528 142.55) | |
| Lab | lab(74.35 -73.94 70.66) | color: lab(74.35 -73.94 70.66) | |
| LCH | lch(74.35 102.27 136.3) | color: lch(74.35 102.27 136.3) |
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)
#656740 — rgb(101, 103, 64)
Deuteranopia (Green-blind)
#5A4C4C — rgb(90, 76, 76)
Tritanopia (Blue-blind)
#1B656E — rgb(27, 101, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(120, 85%, 45%);
text
color: hsl(120, 85%, 45%);
border
border: 2px solid hsl(120, 85%, 45%);
gradient light
background: linear-gradient(to right, hsl(120, 85%, 65%), hsl(120, 85%, 45%));
gradient dark
background: linear-gradient(to right, hsl(120, 85%, 45%), hsl(120, 85%, 25%))
hex
background-color: #11D411;
tailwind
bg-[hsl(120,85%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(120, 85%, 45%, 0.4);
css variable
--color-primary: hsl(120, 85%, 45%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(120, 85%, 45%)?
HEX: #11D411 | RGB: rgb(17, 212, 17) | CMYK: 92%, 0%, 92%, 17% | HSV: 120°, 92%, 83%. Copy any format from the conversion table above.
What colors go well with #11D411?
The complementary color is HSL(300, 85%, 45%). For a triadic harmony, use hues 120°, 240°, and 0°. For analogous combinations, try hues 90° and 150°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(120, 85%, 45%) in CSS?
As HSL: color: hsl(120, 85%, 45%); — As HEX: color: #11D411; — As RGB: color: rgb(17, 212, 17); — Tailwind CSS: bg-[hsl(120,85%,45%)] — CSS variable: --color-primary: hsl(120, 85%, 45%);