#1DFF2C
A medium, vivid green closely aligning with Lime.
About #1DFF2C
At its core, #1DFF2C is a medium and vivid hue. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 255, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 89% Cyan, 0% Magenta, 83% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DFF2C
RGB29, 255, 44
HSL124.0°, 100.0%, 55.7%
CMYK89%, 0%, 83%, 0%
HSV124.0°, 88.6%, 100.0%
LAB88.0, -83.9, 77.5
XYZ36.7, 72.0, 14.3
Decimal1965868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFF2C;
}
.text-color {
color: #1DFF2C;
}
.border-color {
border: 2px solid #1DFF2C;
}