#7CF85F
A light, vivid green closely aligning with Limegreen.
About #7CF85F
Visually, #7CF85F is defined as a vivid green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(124, 248, 95).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 0% M, 62% Y, and 3% K. The HSL representation is 108.6° hue, 91.6% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CF85F
RGB124, 248, 95
HSL108.6°, 91.6%, 67.3%
CMYK50%, 0%, 62%, 3%
HSV108.6°, 61.7%, 97.3%
LAB88.1, -62.0, 61.3
XYZ43.9, 72.2, 22.5
Decimal8190047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF85F;
}
.text-color {
color: #7CF85F;
}
.border-color {
border: 2px solid #7CF85F;
}