#94C030
A medium, moderate green closely aligning with Yellowgreen.
About #94C030
Visually, #94C030 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 148, 192, and 48.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 0% Magenta, 75% Yellow, and 25% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#94C030
RGB148, 192, 48
HSL78.3°, 60.0%, 47.1%
CMYK23%, 0%, 75%, 25%
HSV78.3°, 75.0%, 75.3%
LAB72.4, -34.5, 63.1
XYZ31.6, 44.2, 9.7
Decimal9748528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.84:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #94C030;
}
.text-color {
color: #94C030;
}
.border-color {
border: 2px solid #94C030;
}