#3AE933
A medium, vivid green closely aligning with Limegreen.
About #3AE933
At its core, #3AE933 is a medium and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(58, 233, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 75% Cyan, 0% Magenta, 78% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3AE933
RGB58, 233, 51
HSL117.7°, 80.5%, 55.7%
CMYK75%, 0%, 78%, 9%
HSV117.7°, 78.1%, 91.4%
LAB81.5, -74.4, 69.8
XYZ31.5, 59.4, 12.9
Decimal3860787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.88:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AE933;
}
.text-color {
color: #3AE933;
}
.border-color {
border: 2px solid #3AE933;
}