#49AF00
A dark, vivid green closely aligning with Limegreen.
About #49AF00
When working with digital screens, the color #49AF00 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(73, 175, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 58% C, 0% M, 100% Y, and 31% K. With a hue angle of 95.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#49AF00
RGB73, 175, 0
HSL95.0°, 100.0%, 34.3%
CMYK58%, 0%, 100%, 31%
HSV95.0°, 100.0%, 68.6%
LAB63.4, -54.7, 64.2
XYZ18.1, 32.1, 5.2
Decimal4828928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.42:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49AF00;
}
.text-color {
color: #49AF00;
}
.border-color {
border: 2px solid #49AF00;
}