#7CC542
A medium, moderate green closely aligning with Yellowgreen.
About #7CC542
At its core, #7CC542 is a medium and moderate hue. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 197, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#7CC542
RGB124, 197, 66
HSL93.4°, 53.0%, 51.6%
CMYK37%, 0%, 66%, 23%
HSV93.4°, 66.5%, 77.3%
LAB72.6, -44.4, 56.3
XYZ29.3, 44.6, 12.2
Decimal8176962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.92:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CC542;
}
.text-color {
color: #7CC542;
}
.border-color {
border: 2px solid #7CC542;
}