#0FCC66
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FCC66
When working with digital screens, the color #0FCC66 is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(15, 204, 102).
For print applications, it's crucial to understand its CMYK makeup. The color uses 93% Cyan, 0% Magenta, 50% Yellow, and 20% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FCC66
RGB15, 204, 102
HSL147.6°, 86.3%, 42.9%
CMYK93%, 0%, 50%, 20%
HSV147.6°, 92.6%, 80.0%
LAB72.4, -64.2, 39.0
XYZ24.2, 44.2, 19.8
Decimal1035366
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.85:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCC66;
}
.text-color {
color: #0FCC66;
}
.border-color {
border: 2px solid #0FCC66;
}