#42F83A
A light, vivid green closely aligning with Lime.
About #42F83A
At its core, #42F83A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 66 parts red, 248 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 73% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#42F83A
RGB66, 248, 58
HSL117.5°, 93.1%, 60.0%
CMYK73%, 0%, 77%, 3%
HSV117.5°, 76.6%, 97.3%
LAB86.3, -77.3, 72.4
XYZ36.6, 68.6, 15.3
Decimal4388922
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.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F83A;
}
.text-color {
color: #42F83A;
}
.border-color {
border: 2px solid #42F83A;
}