HSL(122, 100%, 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(122,100%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 100%, 41%) | color: hsl(122, 100%, 41%) | |
| HEX | #00D107 | color: #00D107 | |
| RGB | rgb(0, 209, 7) | color: rgb(0, 209, 7) | |
| CMYK | cmyk(100%, 0%, 97%, 18%) | — | |
| HSV | hsv(122, 100%, 82%) | — | |
| HWB | hwb(122 0% 18%) | color: hwb(122 0% 18%) | |
| OKLCH | oklch(0.7459 0.2528 142.62) | color: oklch(0.7459 0.2528 142.62) | |
| Lab | lab(73.29 -74.05 70.89) | color: lab(73.29 -74.05 70.89) | |
| LCH | lch(73.29 102.51 136.25) | color: lch(73.29 102.51 136.25) |
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)
#5A5C38 — rgb(90, 92, 56)
Deuteranopia (Green-blind)
#4E3F44 — rgb(78, 63, 68)
Tritanopia (Blue-blind)
#0A5E67 — rgb(10, 94, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 100%, 41%);
text
color: hsl(122, 100%, 41%);
border
border: 2px solid hsl(122, 100%, 41%);
gradient light
background: linear-gradient(to right, hsl(122, 100%, 61%), hsl(122, 100%, 41%));
gradient dark
background: linear-gradient(to right, hsl(122, 100%, 41%), hsl(122, 100%, 21%))
hex
background-color: #00D107;
tailwind
bg-[hsl(122,100%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 100%, 41%, 0.4);
css variable
--color-primary: hsl(122, 100%, 41%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(122, 100%, 41%)?
HEX: #00D107 | RGB: rgb(0, 209, 7) | CMYK: 100%, 0%, 97%, 18% | HSV: 122°, 100%, 82%. Copy any format from the conversion table above.
What colors go well with #00D107?
The complementary color is HSL(302, 100%, 41%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 100%, 41%) in CSS?
As HSL: color: hsl(122, 100%, 41%); — As HEX: color: #00D107; — As RGB: color: rgb(0, 209, 7); — Tailwind CSS: bg-[hsl(122,100%,41%)] — CSS variable: --color-primary: hsl(122, 100%, 41%);