#1DF800
A medium, vivid green closely aligning with Lime.
About #1DF800
Visually, #1DF800 is defined as a vivid green. Designers often compare it to the standard color Lime. Its digital footprint relies on 29 parts red, 248 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 88% C, 0% M, 100% Y, and 3% K. The HSL representation is 113.0° hue, 100.0% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DF800
RGB29, 248, 0
HSL113.0°, 100.0%, 48.6%
CMYK88%, 0%, 100%, 3%
HSV113.0°, 100.0%, 97.3%
LAB85.7, -83.2, 81.6
XYZ34.1, 67.4, 11.2
Decimal1964032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF800;
}
.text-color {
color: #1DF800;
}
.border-color {
border: 2px solid #1DF800;
}