HSL(131, 97%, 50%)
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,97%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 97%, 50%) | color: hsl(131, 97%, 50%) | |
| HEX | #04FB31 | color: #04FB31 | |
| RGB | rgb(4, 251, 49) | color: rgb(4, 251, 49) | |
| CMYK | cmyk(98%, 0%, 80%, 2%) | — | |
| HSV | hsv(131, 98%, 98%) | — | |
| HWB | hwb(131 2% 2%) | color: hwb(131 2% 2%) | |
| OKLCH | oklch(0.8575 0.2806 143.63) | color: oklch(0.8575 0.2806 143.63) | |
| Lab | lab(86.62 -83.61 74.99) | color: lab(86.62 -83.61 74.99) | |
| LCH | lch(86.62 112.31 138.11) | color: lch(86.62 112.31 138.11) |
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)
#6F7162 — rgb(111, 113, 98)
Deuteranopia (Green-blind)
#614E6E — rgb(97, 78, 110)
Tritanopia (Blue-blind)
#108891 — rgb(16, 136, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 97%, 50%);
text
color: hsl(131, 97%, 50%);
border
border: 2px solid hsl(131, 97%, 50%);
gradient light
background: linear-gradient(to right, hsl(131, 97%, 70%), hsl(131, 97%, 50%));
gradient dark
background: linear-gradient(to right, hsl(131, 97%, 50%), hsl(131, 97%, 30%))
hex
background-color: #04FB31;
tailwind
bg-[hsl(131,97%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 97%, 50%, 0.4);
css variable
--color-primary: hsl(131, 97%, 50%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(131, 97%, 50%)?
HEX: #04FB31 | RGB: rgb(4, 251, 49) | CMYK: 98%, 0%, 80%, 2% | HSV: 131°, 98%, 98%. Copy any format from the conversion table above.
What colors go well with #04FB31?
The complementary color is HSL(311, 97%, 50%). 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, 97%, 50%) in CSS?
As HSL: color: hsl(131, 97%, 50%); — As HEX: color: #04FB31; — As RGB: color: rgb(4, 251, 49); — Tailwind CSS: bg-[hsl(131,97%,50%)] — CSS variable: --color-primary: hsl(131, 97%, 50%);