#0FC52C
A medium, vivid green closely aligning with Limegreen.
About #0FC52C
The hex code #0FC52C represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 15 red, 197 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 92% cyan, 0% magenta, 78% yellow, and 23% black. The HSL representation is 129.6° hue, 85.8% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FC52C
RGB15, 197, 44
HSL129.6°, 85.8%, 41.6%
CMYK92%, 0%, 78%, 23%
HSV129.6°, 92.4%, 77.3%
LAB69.6, -68.6, 60.3
XYZ20.6, 40.2, 9.1
Decimal1033516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC52C;
}
.text-color {
color: #0FC52C;
}
.border-color {
border: 2px solid #0FC52C;
}