#49C533
A medium, moderate green closely aligning with Limegreen.
About #49C533
At its core, #49C533 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 197, and 51.
Translating this color to physical media requires the CMYK color model. The color uses 63% Cyan, 0% Magenta, 74% Yellow, and 23% Black. The HSL representation is 111.0° hue, 58.9% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49C533
RGB73, 197, 51
HSL111.0°, 58.9%, 48.6%
CMYK63%, 0%, 74%, 23%
HSV111.0°, 74.1%, 77.3%
LAB70.6, -60.2, 59.3
XYZ23.3, 41.6, 9.9
Decimal4834611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.32:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49C533;
}
.text-color {
color: #49C533;
}
.border-color {
border: 2px solid #49C533;
}