#3ED423
A medium, vivid green closely aligning with Limegreen.
About #3ED423
The hex code #3ED423 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 62 red, 212 green, and 35 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. With a hue angle of 110.8 degrees, it sits comfortably in the green spectrum.
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#3ED423
RGB62, 212, 35
HSL110.8°, 71.7%, 48.4%
CMYK71%, 0%, 83%, 17%
HSV110.8°, 83.5%, 83.1%
LAB75.0, -68.2, 68.0
XYZ25.8, 48.2, 9.5
Decimal4117539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ED423;
}
.text-color {
color: #3ED423;
}
.border-color {
border: 2px solid #3ED423;
}