#7CFF92
A light, vivid green closely aligning with Palegreen.
About #7CFF92
Visually, #7CFF92 is defined as a vivid green. Its closest recognized web color is Palegreen. In the RGB color space, it consists of 124 red, 255 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 51% cyan and 0% magenta inks. The HSL representation is 130.1° hue, 100.0% saturation, and 74.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CFF92
RGB124, 255, 146
HSL130.1°, 100.0%, 74.3%
CMYK51%, 0%, 43%, 0%
HSV130.1°, 51.4%, 100.0%
LAB90.7, -58.4, 41.2
XYZ49.3, 77.9, 39.6
Decimal8191890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.58:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFF92;
}
.text-color {
color: #7CFF92;
}
.border-color {
border: 2px solid #7CFF92;
}