#7CAF1D
A medium, vivid green closely aligning with Yellowgreen.
About #7CAF1D
Visually, #7CAF1D is defined as a vivid green. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 175, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 29% 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CAF1D
RGB124, 175, 29
HSL81.0°, 71.6%, 40.0%
CMYK29%, 0%, 83%, 31%
HSV81.0°, 83.4%, 68.6%
LAB65.8, -37.0, 62.2
XYZ23.9, 35.0, 6.7
Decimal8171293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.01:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CAF1D;
}
.text-color {
color: #7CAF1D;
}
.border-color {
border: 2px solid #7CAF1D;
}