#7CF800
A medium, vivid green closely aligning with Lawngreen.
About #7CF800
When working with digital screens, the color #7CF800 is rendered by mixing light. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(124, 248, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 50% Cyan, 0% Magenta, 100% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CF800
RGB124, 248, 0
HSL90.0°, 100.0%, 48.6%
CMYK50%, 0%, 100%, 3%
HSV90.0°, 100.0%, 97.3%
LAB87.7, -66.5, 84.0
XYZ41.9, 71.4, 11.6
Decimal8189952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.28:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
12.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF800;
}
.text-color {
color: #7CF800;
}
.border-color {
border: 2px solid #7CF800;
}