#42E933
A medium, vivid green closely aligning with Limegreen.
About #42E933
At its core, #42E933 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(66, 233, 51).
Translating this color to physical media requires the CMYK color model. The color uses 72% Cyan, 0% Magenta, 78% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42E933
RGB66, 233, 51
HSL115.1°, 80.5%, 55.7%
CMYK72%, 0%, 78%, 9%
HSV115.1°, 78.1%, 91.4%
LAB81.7, -73.2, 70.0
XYZ32.0, 59.7, 13.0
Decimal4385075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.94:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E933;
}
.text-color {
color: #42E933;
}
.border-color {
border: 2px solid #42E933;
}