#0FDB2C
A medium, vivid green closely aligning with Limegreen.
About #0FDB2C
Visually, #0FDB2C is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(15, 219, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 0% magenta, 80% yellow, and 14% black. 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#0FDB2C
RGB15, 219, 44
HSL128.5°, 87.2%, 45.9%
CMYK93%, 0%, 80%, 14%
HSV128.5°, 93.2%, 85.9%
LAB76.6, -74.8, 67.0
XYZ26.0, 50.9, 10.8
Decimal1039148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.19:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDB2C;
}
.text-color {
color: #0FDB2C;
}
.border-color {
border: 2px solid #0FDB2C;
}