#1DFF1D
A medium, vivid green closely aligning with Lime.
About #1DFF1D
At its core, #1DFF1D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(29, 255, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 89% C, 0% M, 89% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DFF1D
RGB29, 255, 29
HSL120.0°, 100.0%, 55.7%
CMYK89%, 0%, 89%, 0%
HSV120.0°, 88.6%, 100.0%
LAB87.9, -84.5, 80.4
XYZ36.5, 71.9, 13.1
Decimal1965853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFF1D;
}
.text-color {
color: #1DFF1D;
}
.border-color {
border: 2px solid #1DFF1D;
}