#42F824
A medium, vivid green closely aligning with Lime.
About #42F824
At its core, #42F824 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 66 red, 248 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 73% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#42F824
RGB66, 248, 36
HSL111.5°, 93.8%, 55.7%
CMYK73%, 0%, 85%, 3%
HSV111.5°, 85.5%, 97.3%
LAB86.2, -78.4, 77.8
XYZ36.1, 68.4, 13.0
Decimal4388900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.68:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F824;
}
.text-color {
color: #42F824;
}
.border-color {
border: 2px solid #42F824;
}