#1DE23A
A medium, vivid green closely aligning with Limegreen.
About #1DE23A
Visually, #1DE23A is defined as a vivid green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 226, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 87% C, 0% M, 74% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DE23A
RGB29, 226, 58
HSL128.8°, 77.3%, 50.0%
CMYK87%, 0%, 74%, 11%
HSV128.8°, 87.2%, 88.6%
LAB79.0, -75.0, 65.1
XYZ28.5, 55.0, 13.1
Decimal1958458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.99:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE23A;
}
.text-color {
color: #1DE23A;
}
.border-color {
border: 2px solid #1DE23A;
}