#7CF00F
A medium, vivid green closely aligning with Lawngreen.
About #7CF00F
The hex code #7CF00F represents a beautifully specific shade of green. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(124, 240, 15).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CF00F
RGB124, 240, 15
HSL90.9°, 88.2%, 50.0%
CMYK48%, 0%, 94%, 6%
HSV90.9°, 93.8%, 94.1%
LAB85.3, -63.4, 80.9
XYZ39.6, 66.6, 11.2
Decimal8187919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.33:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF00F;
}
.text-color {
color: #7CF00F;
}
.border-color {
border: 2px solid #7CF00F;
}