#0FF849
A medium, vivid green closely aligning with Lime.
About #0FF849
When working with digital screens, the color #0FF849 is rendered by mixing light. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 15 red, 248 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 0% M, 71% Y, and 3% K. With a hue angle of 134.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#0FF849
RGB15, 248, 73
HSL134.9°, 94.3%, 51.6%
CMYK94%, 0%, 71%, 3%
HSV134.9°, 94.0%, 97.3%
LAB85.9, -80.8, 66.8
XYZ35.0, 67.7, 17.5
Decimal1046601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.54:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF849;
}
.text-color {
color: #0FF849;
}
.border-color {
border: 2px solid #0FF849;
}