#5FE242
A medium, vivid green closely aligning with Limegreen.
About #5FE242
When working with digital screens, the color #5FE242 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 95 red, 226 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 58% cyan and 0% magenta inks. With a hue angle of 109.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FE242
RGB95, 226, 66
HSL109.1°, 73.4%, 57.3%
CMYK58%, 0%, 71%, 11%
HSV109.1°, 70.8%, 88.6%
LAB80.3, -64.0, 64.0
XYZ32.9, 57.2, 14.5
Decimal6283842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.44:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE242;
}
.text-color {
color: #5FE242;
}
.border-color {
border: 2px solid #5FE242;
}