#7CBD16
A medium, vivid green closely aligning with Yellowgreen.
About #7CBD16
When working with digital screens, the color #7CBD16 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(124, 189, 22).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 34% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CBD16
RGB124, 189, 22
HSL83.4°, 79.1%, 41.4%
CMYK34%, 0%, 88%, 26%
HSV83.4°, 88.4%, 74.1%
LAB70.0, -43.4, 67.3
XYZ26.7, 40.7, 7.2
Decimal8174870
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.15:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBD16;
}
.text-color {
color: #7CBD16;
}
.border-color {
border: 2px solid #7CBD16;
}