#24C507
A medium, vivid green closely aligning with Limegreen.
About #24C507
At its core, #24C507 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 197, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24C507
RGB36, 197, 7
HSL110.8°, 93.1%, 40.0%
CMYK82%, 0%, 96%, 23%
HSV110.8°, 96.4%, 77.3%
LAB69.7, -68.4, 68.1
XYZ20.7, 40.3, 6.9
Decimal2409735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24C507;
}
.text-color {
color: #24C507;
}
.border-color {
border: 2px solid #24C507;
}