#33DB5F
A medium, moderate green closely aligning with Limegreen.
About #33DB5F
When working with digital screens, the color #33DB5F is rendered by mixing light. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 219, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33DB5F
RGB51, 219, 95
HSL135.7°, 70.0%, 52.9%
CMYK77%, 0%, 57%, 14%
HSV135.7°, 76.7%, 85.9%
LAB77.4, -66.9, 48.5
XYZ28.8, 52.2, 19.4
Decimal3398495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.44:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DB5F;
}
.text-color {
color: #33DB5F;
}
.border-color {
border: 2px solid #33DB5F;
}