#3ABD07
A dark, vivid green closely aligning with Limegreen.
About #3ABD07
At its core, #3ABD07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 58 parts red, 189 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 0% Magenta, 96% Yellow, and 26% Black. The HSL representation is 103.2° hue, 92.9% saturation, and 38.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3ABD07
RGB58, 189, 7
HSL103.2°, 92.9%, 38.4%
CMYK69%, 0%, 96%, 26%
HSV103.2°, 96.3%, 74.1%
LAB67.5, -62.7, 66.4
XYZ20.0, 37.3, 6.3
Decimal3849479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD07;
}
.text-color {
color: #3ABD07;
}
.border-color {
border: 2px solid #3ABD07;
}