#C5FF24
A medium, vivid green closely aligning with Greenyellow.
About #C5FF24
Visually, #C5FF24 is defined as a vivid green. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 255, and 36.
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 0% Magenta, 86% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5FF24
RGB197, 255, 36
HSL75.9°, 100.0%, 57.1%
CMYK23%, 0%, 86%, 0%
HSV75.9°, 85.9%, 100.0%
LAB93.2, -44.1, 85.8
XYZ59.1, 83.5, 14.7
Decimal12975908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.70:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FF24;
}
.text-color {
color: #C5FF24;
}
.border-color {
border: 2px solid #C5FF24;
}