#7CE942
A medium, vivid green closely aligning with Limegreen.
About #7CE942
Visually, #7CE942 is defined as a vivid green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(124, 233, 66).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 47% Cyan, 0% Magenta, 72% Yellow, and 9% Black. The HSL representation is 99.2° hue, 79.1% saturation, and 58.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CE942
RGB124, 233, 66
HSL99.2°, 79.1%, 58.6%
CMYK47%, 0%, 72%, 9%
HSV99.2°, 71.7%, 91.4%
LAB83.4, -58.8, 67.5
XYZ38.4, 63.0, 15.3
Decimal8186178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.59:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE942;
}
.text-color {
color: #7CE942;
}
.border-color {
border: 2px solid #7CE942;
}