#0FF800
A medium, vivid green closely aligning with Lime.
About #0FF800
Visually, #0FF800 is defined as a vivid green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(15, 248, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 94% Cyan, 0% Magenta, 100% Yellow, and 3% Black. The HSL representation is 116.4° hue, 100.0% saturation, and 48.6% lightness.
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#0FF800
RGB15, 248, 0
HSL116.4°, 100.0%, 48.6%
CMYK94%, 0%, 100%, 3%
HSV116.4°, 100.0%, 97.3%
LAB85.6, -83.9, 81.5
XYZ33.8, 67.2, 11.2
Decimal1046528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF800;
}
.text-color {
color: #0FF800;
}
.border-color {
border: 2px solid #0FF800;
}