#49C53A
A medium, moderate green closely aligning with Limegreen.
About #49C53A
Visually, #49C53A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(73, 197, 58).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 63% C, 0% M, 71% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#49C53A
RGB73, 197, 58
HSL113.5°, 54.5%, 50.0%
CMYK63%, 0%, 71%, 23%
HSV113.5°, 70.6%, 77.3%
LAB70.6, -59.7, 56.8
XYZ23.5, 41.7, 10.8
Decimal4834618
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49C53A;
}
.text-color {
color: #49C53A;
}
.border-color {
border: 2px solid #49C53A;
}