HSL(105, 95%, 46%)
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%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 95%, 46%) | color: hsl(105, 95%, 46%) | |
| HEX | #3EE506 | color: #3EE506 | |
| RGB | rgb(62, 229, 6) | color: rgb(62, 229, 6) | |
| CMYK | cmyk(73%, 0%, 97%, 10%) | — | |
| HSV | hsv(105, 97%, 90%) | — | |
| HWB | hwb(105 3% 10%) | color: hwb(105 3% 10%) | |
| OKLCH | oklch(0.8054 0.2622 140.75) | color: oklch(0.8054 0.2622 140.75) | |
| Lab | lab(80.22 -74.17 76.86) | color: lab(80.22 -74.17 76.86) | |
| LCH | lch(80.22 106.81 133.98) | color: lch(80.22 106.81 133.98) |
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)
#86883C — rgb(134, 136, 60)
Deuteranopia (Green-blind)
#7D7049 — rgb(125, 112, 73)
Tritanopia (Blue-blind)
#466770 — rgb(70, 103, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 95%, 46%);
text
color: hsl(105, 95%, 46%);
border
border: 2px solid hsl(105, 95%, 46%);
gradient light
background: linear-gradient(to right, hsl(105, 95%, 66%), hsl(105, 95%, 46%));
gradient dark
background: linear-gradient(to right, hsl(105, 95%, 46%), hsl(105, 95%, 26%))
hex
background-color: #3EE506;
tailwind
bg-[hsl(105,95%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 95%, 46%, 0.4);
css variable
--color-primary: hsl(105, 95%, 46%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(105, 95%, 46%)?
HEX: #3EE506 | RGB: rgb(62, 229, 6) | CMYK: 73%, 0%, 97%, 10% | HSV: 105°, 97%, 90%. Copy any format from the conversion table above.
What colors go well with #3EE506?
The complementary color is HSL(285, 95%, 46%). 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%, 46%) in CSS?
As HSL: color: hsl(105, 95%, 46%); — As HEX: color: #3EE506; — As RGB: color: rgb(62, 229, 6); — Tailwind CSS: bg-[hsl(105,95%,46%)] — CSS variable: --color-primary: hsl(105, 95%, 46%);