HSL(131, 88%, 44%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,88%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 88%, 44%) | color: hsl(131, 88%, 44%) | |
| HEX | #0DD332 | color: #0DD332 | |
| RGB | rgb(13, 211, 50) | color: rgb(13, 211, 50) | |
| CMYK | cmyk(94%, 0%, 76%, 17%) | — | |
| HSV | hsv(131, 94%, 83%) | — | |
| HWB | hwb(131 5% 17%) | color: hwb(131 5% 17%) | |
| OKLCH | oklch(0.7534 0.2408 144.13) | color: oklch(0.7534 0.2408 144.13) | |
| Lab | lab(74.13 -72.3 62.8) | color: lab(74.13 -72.3 62.8) | |
| LCH | lch(74.13 95.77 139.02) | color: lch(74.13 95.77 139.02) |
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)
#636559 — rgb(99, 101, 89)
Deuteranopia (Green-blind)
#574862 — rgb(87, 72, 98)
Tritanopia (Blue-blind)
#17787E — rgb(23, 120, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 88%, 44%);
text
color: hsl(131, 88%, 44%);
border
border: 2px solid hsl(131, 88%, 44%);
gradient light
background: linear-gradient(to right, hsl(131, 88%, 64%), hsl(131, 88%, 44%));
gradient dark
background: linear-gradient(to right, hsl(131, 88%, 44%), hsl(131, 88%, 24%))
hex
background-color: #0DD332;
tailwind
bg-[hsl(131,88%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 88%, 44%, 0.4);
css variable
--color-primary: hsl(131, 88%, 44%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(131, 88%, 44%)?
HEX: #0DD332 | RGB: rgb(13, 211, 50) | CMYK: 94%, 0%, 76%, 17% | HSV: 131°, 94%, 83%. Copy any format from the conversion table above.
What colors go well with #0DD332?
The complementary color is HSL(311, 88%, 44%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 88%, 44%) in CSS?
As HSL: color: hsl(131, 88%, 44%); — As HEX: color: #0DD332; — As RGB: color: rgb(13, 211, 50); — Tailwind CSS: bg-[hsl(131,88%,44%)] — CSS variable: --color-primary: hsl(131, 88%, 44%);