#3ADB1D
A medium, vivid green closely aligning with Limegreen.
About #3ADB1D
Visually, #3ADB1D is defined as a vivid green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 58 parts red, 219 parts green, and 29 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 74% Cyan, 0% Magenta, 87% Yellow, and 14% Black. The HSL representation is 110.8° hue, 76.6% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3ADB1D
RGB58, 219, 29
HSL110.8°, 76.6%, 48.6%
CMYK74%, 0%, 87%, 14%
HSV110.8°, 86.8%, 85.9%
LAB77.1, -71.3, 71.2
XYZ27.3, 51.7, 9.7
Decimal3857181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.33:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADB1D;
}
.text-color {
color: #3ADB1D;
}
.border-color {
border: 2px solid #3ADB1D;
}