#7CF000
A medium, vivid green closely aligning with Lawngreen.
About #7CF000
At its core, #7CF000 is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 240, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. The HSL representation is 89.0° hue, 100.0% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. 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#7CF000
RGB124, 240, 0
HSL89.0°, 100.0%, 47.1%
CMYK48%, 0%, 100%, 6%
HSV89.0°, 100.0%, 94.1%
LAB85.3, -63.6, 82.2
XYZ39.5, 66.6, 10.8
Decimal8187904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.32:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF000;
}
.text-color {
color: #7CF000;
}
.border-color {
border: 2px solid #7CF000;
}