#49F024
A medium, vivid green closely aligning with Lawngreen.
About #49F024
At its core, #49F024 is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(73, 240, 36).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 70% C, 0% M, 85% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49F024
RGB73, 240, 36
HSL109.1°, 87.2%, 54.1%
CMYK70%, 0%, 85%, 6%
HSV109.1°, 85.0%, 94.1%
LAB83.9, -74.9, 75.8
XYZ34.2, 63.9, 12.2
Decimal4845604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.77:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F024;
}
.text-color {
color: #49F024;
}
.border-color {
border: 2px solid #49F024;
}