#7FF251
A light, vivid green closely aligning with Limegreen.
About #7FF251
At its core, #7FF251 is a light and vivid hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 127, 242, and 81.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. With a hue angle of 102.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7FF251
RGB127, 242, 81
HSL102.9°, 86.1%, 63.3%
CMYK48%, 0%, 67%, 5%
HSV102.9°, 66.5%, 94.9%
LAB86.3, -60.2, 65.0
XYZ42.0, 68.6, 18.8
Decimal8385105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7FF251;
}
.text-color {
color: #7FF251;
}
.border-color {
border: 2px solid #7FF251;
}