#3AE257
A medium, vivid green closely aligning with Limegreen.
About #3AE257
The precise color #3AE257 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 226, and 87.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 74% Cyan, 0% Magenta, 62% Yellow, and 11% Black. With a hue angle of 130.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#3AE257
RGB58, 226, 87
HSL130.4°, 74.3%, 55.7%
CMYK74%, 0%, 62%, 11%
HSV130.4°, 74.3%, 88.6%
LAB79.6, -69.2, 54.6
XYZ30.7, 56.0, 18.2
Decimal3859031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.20:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE257;
}
.text-color {
color: #3AE257;
}
.border-color {
border: 2px solid #3AE257;
}