#C5F049
A light, vivid green closely aligning with Yellowgreen.
About #C5F049
At its core, #C5F049 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(197, 240, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 18% 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5F049
RGB197, 240, 73
HSL75.4°, 84.8%, 61.4%
CMYK18%, 0%, 70%, 6%
HSV75.4°, 69.6%, 94.1%
LAB89.2, -36.0, 72.1
XYZ55.4, 74.7, 17.8
Decimal12972105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F049;
}
.text-color {
color: #C5F049;
}
.border-color {
border: 2px solid #C5F049;
}