#7CF866
A light, vivid green closely aligning with Limegreen.
About #7CF866
The precise color #7CF866 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 248, and 102.
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 0% Magenta, 59% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#7CF866
RGB124, 248, 102
HSL111.0°, 91.3%, 68.6%
CMYK50%, 0%, 59%, 3%
HSV111.0°, 58.9%, 97.3%
LAB88.2, -61.3, 58.4
XYZ44.3, 72.4, 24.2
Decimal8190054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.48:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF866;
}
.text-color {
color: #7CF866;
}
.border-color {
border: 2px solid #7CF866;
}