#1DF833
A medium, vivid green closely aligning with Lime.
About #1DF833
Visually, #1DF833 is defined as a vivid green. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 248, and 51.
For print applications, it's crucial to understand its CMYK makeup. 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.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DF833
RGB29, 248, 51
HSL126.0°, 94.0%, 54.3%
CMYK88%, 0%, 79%, 3%
HSV126.0°, 88.3%, 97.3%
LAB85.8, -81.6, 73.8
XYZ34.7, 67.6, 14.4
Decimal1964083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.53:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF833;
}
.text-color {
color: #1DF833;
}
.border-color {
border: 2px solid #1DF833;
}