#1DE249
A medium, vivid green closely aligning with Limegreen.
About #1DE249
At its core, #1DE249 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 29 parts red, 226 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 87% cyan and 0% magenta inks. The HSL representation is 133.4° hue, 77.3% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DE249
RGB29, 226, 73
HSL133.4°, 77.3%, 50.0%
CMYK87%, 0%, 68%, 11%
HSV133.4°, 87.2%, 88.6%
LAB79.1, -73.8, 59.7
XYZ28.9, 55.1, 15.4
Decimal1958473
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.03:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE249;
}
.text-color {
color: #1DE249;
}
.border-color {
border: 2px solid #1DE249;
}