HSL(105, 95%, 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(105,95%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 95%, 41%) | color: hsl(105, 95%, 41%) | |
| HEX | #37CC05 | color: #37CC05 | |
| RGB | rgb(55, 204, 5) | color: rgb(55, 204, 5) | |
| CMYK | cmyk(73%, 0%, 98%, 20%) | — | |
| HSV | hsv(105, 98%, 80%) | — | |
| HWB | hwb(105 2% 20%) | color: hwb(105 2% 20%) | |
| OKLCH | oklch(0.7386 0.2401 140.7) | color: oklch(0.7386 0.2401 140.7) | |
| Lab | lab(72.23 -67.86 70.45) | color: lab(72.23 -67.86 70.45) | |
| LCH | lch(72.23 97.82 133.93) | color: lch(72.23 97.82 133.93) |
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)
#787935 — rgb(120, 121, 53)
Deuteranopia (Green-blind)
#6F6441 — rgb(111, 100, 65)
Tritanopia (Blue-blind)
#3E5B64 — rgb(62, 91, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 95%, 41%);
text
color: hsl(105, 95%, 41%);
border
border: 2px solid hsl(105, 95%, 41%);
gradient light
background: linear-gradient(to right, hsl(105, 95%, 61%), hsl(105, 95%, 41%));
gradient dark
background: linear-gradient(to right, hsl(105, 95%, 41%), hsl(105, 95%, 21%))
hex
background-color: #37CC05;
tailwind
bg-[hsl(105,95%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 95%, 41%, 0.4);
css variable
--color-primary: hsl(105, 95%, 41%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(105, 95%, 41%)?
HEX: #37CC05 | RGB: rgb(55, 204, 5) | CMYK: 73%, 0%, 98%, 20% | HSV: 105°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #37CC05?
The complementary color is HSL(285, 95%, 41%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 95%, 41%) in CSS?
As HSL: color: hsl(105, 95%, 41%); — As HEX: color: #37CC05; — As RGB: color: rgb(55, 204, 5); — Tailwind CSS: bg-[hsl(105,95%,41%)] — CSS variable: --color-primary: hsl(105, 95%, 41%);