#0FC507
A medium, vivid green closely aligning with Limegreen.
About #0FC507
The precise color #0FC507 is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 15 red, 197 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 92% Cyan, 0% Magenta, 96% Yellow, and 23% Black. With a hue angle of 117.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FC507
RGB15, 197, 7
HSL117.5°, 93.1%, 40.0%
CMYK92%, 0%, 96%, 23%
HSV117.5°, 96.4%, 77.3%
LAB69.5, -70.2, 67.8
XYZ20.2, 40.0, 6.9
Decimal1033479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.01:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC507;
}
.text-color {
color: #0FC507;
}
.border-color {
border: 2px solid #0FC507;
}