#49CC0F
A medium, vivid green closely aligning with Limegreen.
About #49CC0F
At its core, #49CC0F is a medium and vivid hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 204, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 64% C, 0% M, 93% Y, and 20% K. With a hue angle of 101.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49CC0F
RGB73, 204, 15
HSL101.6°, 86.3%, 42.9%
CMYK64%, 0%, 93%, 20%
HSV101.6°, 92.6%, 80.0%
LAB72.7, -64.2, 69.9
XYZ24.4, 44.6, 7.8
Decimal4836367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.93:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CC0F;
}
.text-color {
color: #49CC0F;
}
.border-color {
border: 2px solid #49CC0F;
}