#7CF87C
A light, vivid green closely aligning with Palegreen.
About #7CF87C
When working with digital screens, the color #7CF87C is rendered by mixing light. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 248, and 124.
Translating this color to physical media requires the CMYK color model. The color uses 50% Cyan, 0% Magenta, 50% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CF87C
RGB124, 248, 124
HSL120.0°, 89.9%, 72.9%
CMYK50%, 0%, 50%, 3%
HSV120.0°, 50.0%, 97.3%
LAB88.4, -58.8, 48.8
XYZ45.5, 72.9, 30.7
Decimal8190076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.58:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF87C;
}
.text-color {
color: #7CF87C;
}
.border-color {
border: 2px solid #7CF87C;
}