#3ABD24
A medium, moderate green closely aligning with Limegreen.
About #3ABD24
At its core, #3ABD24 is a medium and moderate 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 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 69% Cyan, 0% Magenta, 81% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ABD24
RGB58, 189, 36
HSL111.4°, 68.0%, 44.1%
CMYK69%, 0%, 81%, 26%
HSV111.4°, 81.0%, 74.1%
LAB67.6, -61.6, 61.0
XYZ20.3, 37.4, 7.8
Decimal3849508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.48:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD24;
}
.text-color {
color: #3ABD24;
}
.border-color {
border: 2px solid #3ABD24;
}