#3AE250
A medium, vivid green closely aligning with Limegreen.
About #3AE250
The precise color #3AE250 is an excellent choice for modern design projects. 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, 226, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 74% Cyan, 0% Magenta, 65% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE250
RGB58, 226, 80
HSL127.9°, 74.3%, 55.7%
CMYK74%, 0%, 65%, 11%
HSV127.9°, 74.3%, 88.6%
LAB79.5, -69.9, 57.5
XYZ30.4, 55.9, 16.8
Decimal3859024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.17:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE250;
}
.text-color {
color: #3AE250;
}
.border-color {
border: 2px solid #3AE250;
}