HSL(137, 96%, 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(137,96%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 96%, 41%) | color: hsl(137, 96%, 41%) | |
| HEX | #04CD3D | color: #04CD3D | |
| RGB | rgb(4, 205, 61) | color: rgb(4, 205, 61) | |
| CMYK | cmyk(98%, 0%, 70%, 20%) | — | |
| HSV | hsv(137, 98%, 80%) | — | |
| HWB | hwb(137 2% 20%) | color: hwb(137 2% 20%) | |
| OKLCH | oklch(0.7378 0.2292 145.32) | color: oklch(0.7378 0.2292 145.32) | |
| Lab | lab(72.24 -70.04 57.02) | color: lab(72.24 -70.04 57.02) | |
| LCH | lch(72.24 90.32 140.85) | color: lch(72.24 90.32 140.85) |
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)
#5B5D60 — rgb(91, 93, 96)
Deuteranopia (Green-blind)
#4F4068 — rgb(79, 64, 104)
Tritanopia (Blue-blind)
#0E7B81 — rgb(14, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 96%, 41%);
text
color: hsl(137, 96%, 41%);
border
border: 2px solid hsl(137, 96%, 41%);
gradient light
background: linear-gradient(to right, hsl(137, 96%, 61%), hsl(137, 96%, 41%));
gradient dark
background: linear-gradient(to right, hsl(137, 96%, 41%), hsl(137, 96%, 21%))
hex
background-color: #04CD3D;
tailwind
bg-[hsl(137,96%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 96%, 41%, 0.4);
css variable
--color-primary: hsl(137, 96%, 41%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(137, 96%, 41%)?
HEX: #04CD3D | RGB: rgb(4, 205, 61) | CMYK: 98%, 0%, 70%, 20% | HSV: 137°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #04CD3D?
The complementary color is HSL(317, 96%, 41%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 96%, 41%) in CSS?
As HSL: color: hsl(137, 96%, 41%); — As HEX: color: #04CD3D; — As RGB: color: rgb(4, 205, 61); — Tailwind CSS: bg-[hsl(137,96%,41%)] — CSS variable: --color-primary: hsl(137, 96%, 41%);