#3ADB07
A medium, vivid green closely aligning with Limegreen.
About #3ADB07
At its core, #3ADB07 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 58 parts red, 219 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 74% Cyan, 0% Magenta, 97% Yellow, and 14% Black. The HSL representation is 105.6° hue, 93.8% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3ADB07
RGB58, 219, 7
HSL105.6°, 93.8%, 44.3%
CMYK74%, 0%, 97%, 14%
HSV105.6°, 96.8%, 85.9%
LAB77.0, -71.8, 74.2
XYZ27.1, 51.6, 8.7
Decimal3857159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.32:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ADB07;
}
.text-color {
color: #3ADB07;
}
.border-color {
border: 2px solid #3ADB07;
}