#1DC507
A medium, vivid green closely aligning with Limegreen.
About #1DC507
When working with digital screens, the color #1DC507 is rendered by mixing light. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 29 red, 197 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 85% Cyan, 0% Magenta, 96% Yellow, and 23% Black. The HSL representation is 113.1° hue, 93.1% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DC507
RGB29, 197, 7
HSL113.1°, 93.1%, 40.0%
CMYK85%, 0%, 96%, 23%
HSV113.1°, 96.4%, 77.3%
LAB69.6, -69.1, 68.0
XYZ20.5, 40.2, 6.9
Decimal1950983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC507;
}
.text-color {
color: #1DC507;
}
.border-color {
border: 2px solid #1DC507;
}