#33BD49
A medium, moderate green closely aligning with Limegreen.
About #33BD49
The precise color #33BD49 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(51, 189, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 73% C, 0% M, 61% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#33BD49
RGB51, 189, 73
HSL129.6°, 57.5%, 47.1%
CMYK73%, 0%, 61%, 26%
HSV129.6°, 73.0%, 74.1%
LAB67.7, -59.7, 47.2
XYZ20.8, 37.6, 12.5
Decimal3390793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.52:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33BD49;
}
.text-color {
color: #33BD49;
}
.border-color {
border: 2px solid #33BD49;
}