#7CD30F
A medium, vivid green closely aligning with Yellowgreen.
About #7CD30F
At its core, #7CD30F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 124 red, 211 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 41% C, 0% M, 93% Y, and 17% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CD30F
RGB124, 211, 15
HSL86.6°, 86.7%, 44.3%
CMYK41%, 0%, 93%, 17%
HSV86.6°, 92.9%, 82.7%
LAB76.6, -52.5, 73.9
XYZ31.7, 50.9, 8.6
Decimal8180495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD30F;
}
.text-color {
color: #7CD30F;
}
.border-color {
border: 2px solid #7CD30F;
}