HSL(149, 99%, 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(149,99%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 99%, 45%) | color: hsl(149, 99%, 45%) | |
| HEX | #01E46F | color: #01E46F | |
| RGB | rgb(1, 228, 111) | color: rgb(1, 228, 111) | |
| CMYK | cmyk(100%, 0%, 51%, 11%) | — | |
| HSV | hsv(149, 100%, 89%) | — | |
| HWB | hwb(149 0% 11%) | color: hwb(149 0% 11%) | |
| OKLCH | oklch(0.8037 0.2177 150.69) | color: oklch(0.8037 0.2177 150.69) | |
| Lab | lab(79.97 -70.91 44.07) | color: lab(79.97 -70.91 44.07) | |
| LCH | lch(79.97 83.49 148.14) | color: lch(79.97 83.49 148.14) |
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)
#63658B — rgb(99, 101, 139)
Deuteranopia (Green-blind)
#564592 — rgb(86, 69, 146)
Tritanopia (Blue-blind)
#0CA2A7 — rgb(12, 162, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 99%, 45%);
text
color: hsl(149, 99%, 45%);
border
border: 2px solid hsl(149, 99%, 45%);
gradient light
background: linear-gradient(to right, hsl(149, 99%, 65%), hsl(149, 99%, 45%));
gradient dark
background: linear-gradient(to right, hsl(149, 99%, 45%), hsl(149, 99%, 25%))
hex
background-color: #01E46F;
tailwind
bg-[hsl(149,99%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 99%, 45%, 0.4);
css variable
--color-primary: hsl(149, 99%, 45%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(149, 99%, 45%)?
HEX: #01E46F | RGB: rgb(1, 228, 111) | CMYK: 100%, 0%, 51%, 11% | HSV: 149°, 100%, 89%. Copy any format from the conversion table above.
What colors go well with #01E46F?
The complementary color is HSL(329, 99%, 45%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 99%, 45%) in CSS?
As HSL: color: hsl(149, 99%, 45%); — As HEX: color: #01E46F; — As RGB: color: rgb(1, 228, 111); — Tailwind CSS: bg-[hsl(149,99%,45%)] — CSS variable: --color-primary: hsl(149, 99%, 45%);