HSL(119, 95%, 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(119,95%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 95%, 41%) | color: hsl(119, 95%, 41%) | |
| HEX | #09CC05 | color: #09CC05 | |
| RGB | rgb(9, 204, 5) | color: rgb(9, 204, 5) | |
| CMYK | cmyk(96%, 0%, 98%, 20%) | — | |
| HSV | hsv(119, 98%, 80%) | — | |
| HWB | hwb(119 2% 20%) | color: hwb(119 2% 20%) | |
| OKLCH | oklch(0.7329 0.2478 142.45) | color: oklch(0.7329 0.2478 142.45) | |
| Lab | lab(71.73 -72.39 69.83) | color: lab(71.73 -72.39 69.83) | |
| LCH | lch(71.73 100.58 136.03) | color: lch(71.73 100.58 136.03) |
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)
#5D5F35 — rgb(93, 95, 53)
Deuteranopia (Green-blind)
#524441 — rgb(82, 68, 65)
Tritanopia (Blue-blind)
#135B64 — rgb(19, 91, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 95%, 41%);
text
color: hsl(119, 95%, 41%);
border
border: 2px solid hsl(119, 95%, 41%);
gradient light
background: linear-gradient(to right, hsl(119, 95%, 61%), hsl(119, 95%, 41%));
gradient dark
background: linear-gradient(to right, hsl(119, 95%, 41%), hsl(119, 95%, 21%))
hex
background-color: #09CC05;
tailwind
bg-[hsl(119,95%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 95%, 41%, 0.4);
css variable
--color-primary: hsl(119, 95%, 41%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(119, 95%, 41%)?
HEX: #09CC05 | RGB: rgb(9, 204, 5) | CMYK: 96%, 0%, 98%, 20% | HSV: 119°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #09CC05?
The complementary color is HSL(299, 95%, 41%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 95%, 41%) in CSS?
As HSL: color: hsl(119, 95%, 41%); — As HEX: color: #09CC05; — As RGB: color: rgb(9, 204, 5); — Tailwind CSS: bg-[hsl(119,95%,41%)] — CSS variable: --color-primary: hsl(119, 95%, 41%);