#0FF02C
A medium, vivid green closely aligning with Lime.
About #0FF02C
At its core, #0FF02C is a medium and vivid hue. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 240, and 44.
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, 82% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FF02C
RGB15, 240, 44
HSL127.7°, 88.2%, 50.0%
CMYK94%, 0%, 82%, 6%
HSV127.7°, 93.8%, 94.1%
LAB83.2, -80.6, 73.1
XYZ31.8, 62.6, 12.8
Decimal1044524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF02C;
}
.text-color {
color: #0FF02C;
}
.border-color {
border: 2px solid #0FF02C;
}