HSL(149, 90%, 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,90%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 90%, 45%) | color: hsl(149, 90%, 45%) | |
| HEX | #0BDA6F | color: #0BDA6F | |
| RGB | rgb(11, 218, 111) | color: rgb(11, 218, 111) | |
| CMYK | cmyk(95%, 0%, 49%, 15%) | — | |
| HSV | hsv(149, 95%, 85%) | — | |
| HWB | hwb(149 4% 15%) | color: hwb(149 4% 15%) | |
| OKLCH | oklch(0.7783 0.2054 151.52) | color: oklch(0.7783 0.2054 151.52) | |
| Lab | lab(76.9 -67.42 40.25) | color: lab(76.9 -67.42 40.25) | |
| LCH | lch(76.9 78.52 149.16) | color: lch(76.9 78.52 149.16) |
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)
#656689 — rgb(101, 102, 137)
Deuteranopia (Green-blind)
#59498F — rgb(89, 73, 143)
Tritanopia (Blue-blind)
#159DA2 — rgb(21, 157, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 90%, 45%);
text
color: hsl(149, 90%, 45%);
border
border: 2px solid hsl(149, 90%, 45%);
gradient light
background: linear-gradient(to right, hsl(149, 90%, 65%), hsl(149, 90%, 45%));
gradient dark
background: linear-gradient(to right, hsl(149, 90%, 45%), hsl(149, 90%, 25%))
hex
background-color: #0BDA6F;
tailwind
bg-[hsl(149,90%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 90%, 45%, 0.4);
css variable
--color-primary: hsl(149, 90%, 45%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(149, 90%, 45%)?
HEX: #0BDA6F | RGB: rgb(11, 218, 111) | CMYK: 95%, 0%, 49%, 15% | HSV: 149°, 95%, 85%. Copy any format from the conversion table above.
What colors go well with #0BDA6F?
The complementary color is HSL(329, 90%, 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, 90%, 45%) in CSS?
As HSL: color: hsl(149, 90%, 45%); — As HEX: color: #0BDA6F; — As RGB: color: rgb(11, 218, 111); — Tailwind CSS: bg-[hsl(149,90%,45%)] — CSS variable: --color-primary: hsl(149, 90%, 45%);