#1DF024
A medium, vivid green closely aligning with Lime.
About #1DF024
Visually, #1DF024 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(29, 240, 36).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF024
RGB29, 240, 36
HSL122.0°, 87.6%, 52.7%
CMYK88%, 0%, 85%, 6%
HSV122.0°, 87.9%, 94.1%
LAB83.3, -80.2, 75.1
XYZ32.0, 62.7, 12.1
Decimal1962020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.54:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF024;
}
.text-color {
color: #1DF024;
}
.border-color {
border: 2px solid #1DF024;
}