#0FD307
A medium, vivid green closely aligning with Limegreen.
About #0FD307
When working with digital screens, the color #0FD307 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(15, 211, 7).
If you are designing for print, the four-color process is what matters most. The color uses 93% Cyan, 0% Magenta, 97% Yellow, and 17% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FD307
RGB15, 211, 7
HSL117.6°, 93.6%, 42.7%
CMYK93%, 0%, 97%, 17%
HSV117.6°, 96.7%, 82.7%
LAB74.0, -74.0, 71.5
XYZ23.5, 46.7, 8.0
Decimal1037063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FD307;
}
.text-color {
color: #0FD307;
}
.border-color {
border: 2px solid #0FD307;
}