#3ABD16
A medium, vivid green closely aligning with Limegreen.
About #3ABD16
Visually, #3ABD16 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 58 red, 189 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 69% Cyan, 0% Magenta, 88% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ABD16
RGB58, 189, 22
HSL107.1°, 79.1%, 41.4%
CMYK69%, 0%, 88%, 26%
HSV107.1°, 88.4%, 74.1%
LAB67.5, -62.3, 64.3
XYZ20.1, 37.4, 6.9
Decimal3849494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.47:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD16;
}
.text-color {
color: #3ABD16;
}
.border-color {
border: 2px solid #3ABD16;
}