#49FF24
A medium, vivid green closely aligning with Lime.
About #49FF24
Visually, #49FF24 is defined as a vivid green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(73, 255, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 71% Cyan, 0% Magenta, 86% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49FF24
RGB73, 255, 36
HSL109.9°, 100.0%, 57.1%
CMYK71%, 0%, 86%, 0%
HSV109.9°, 85.9%, 100.0%
LAB88.5, -79.3, 79.9
XYZ38.8, 73.1, 13.7
Decimal4849444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.61:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF24;
}
.text-color {
color: #49FF24;
}
.border-color {
border: 2px solid #49FF24;
}