#42F833
A medium, vivid green closely aligning with Lime.
About #42F833
When working with digital screens, the color #42F833 is rendered by mixing light. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 66 red, 248 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 73% cyan and 0% magenta inks. With a hue angle of 115.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42F833
RGB66, 248, 51
HSL115.4°, 93.4%, 58.6%
CMYK73%, 0%, 79%, 3%
HSV115.4°, 79.4%, 97.3%
LAB86.3, -77.7, 74.3
XYZ36.4, 68.5, 14.4
Decimal4388915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.71:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F833;
}
.text-color {
color: #42F833;
}
.border-color {
border: 2px solid #42F833;
}