#4EDB64
A medium, moderate green closely aligning with Limegreen.
About #4EDB64
Visually, #4EDB64 is defined as a moderate green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 78 parts red, 219 parts green, and 100 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 64% C, 0% M, 54% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4EDB64
RGB78, 219, 100
HSL129.4°, 66.2%, 58.2%
CMYK64%, 0%, 54%, 14%
HSV129.4°, 64.4%, 85.9%
LAB78.0, -61.8, 47.1
XYZ30.8, 53.2, 20.7
Decimal5167972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.64:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #4EDB64;
}
.text-color {
color: #4EDB64;
}
.border-color {
border: 2px solid #4EDB64;
}