#0FF842
A medium, vivid green closely aligning with Lime.
About #0FF842
When working with digital screens, the color #0FF842 is rendered by mixing light. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 15 red, 248 green, and 66 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 0% M, 73% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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#0FF842
RGB15, 248, 66
HSL133.1°, 94.3%, 51.6%
CMYK94%, 0%, 73%, 3%
HSV133.1°, 94.0%, 97.3%
LAB85.8, -81.4, 69.2
XYZ34.7, 67.6, 16.4
Decimal1046594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.53:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF842;
}
.text-color {
color: #0FF842;
}
.border-color {
border: 2px solid #0FF842;
}