#0FFC4C
A medium, vivid green closely aligning with Lime.
About #0FFC4C
Visually, #0FFC4C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 15 parts red, 252 parts green, and 76 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 94% Cyan, 0% Magenta, 70% Yellow, and 1% Black. With a hue angle of 135.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FFC4C
RGB15, 252, 76
HSL135.4°, 97.5%, 52.4%
CMYK94%, 0%, 70%, 1%
HSV135.4°, 94.0%, 98.8%
LAB87.1, -81.7, 67.0
XYZ36.3, 70.2, 18.5
Decimal1047628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.05:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFC4C;
}
.text-color {
color: #0FFC4C;
}
.border-color {
border: 2px solid #0FFC4C;
}