#3ABD00
A dark, vivid green closely aligning with Limegreen.
About #3ABD00
At its core, #3ABD00 is a dark and vivid hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 189, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 69% cyan, 0% magenta, 100% yellow, and 26% black. The HSL representation is 101.6° hue, 100.0% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. 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#3ABD00
RGB58, 189, 0
HSL101.6°, 100.0%, 37.1%
CMYK69%, 0%, 100%, 26%
HSV101.6°, 100.0%, 74.1%
LAB67.5, -62.8, 67.2
XYZ19.9, 37.3, 6.1
Decimal3849472
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: #3ABD00;
}
.text-color {
color: #3ABD00;
}
.border-color {
border: 2px solid #3ABD00;
}