#0FFF33
A medium, vivid green closely aligning with Lime.
About #0FFF33
When working with digital screens, the color #0FFF33 is rendered by mixing light. 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, 255, and 51.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFF33
RGB15, 255, 51
HSL129.0°, 100.0%, 52.9%
CMYK94%, 0%, 80%, 0%
HSV129.0°, 94.1%, 100.0%
LAB87.9, -84.2, 75.7
XYZ36.6, 71.9, 15.1
Decimal1048371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF33;
}
.text-color {
color: #0FFF33;
}
.border-color {
border: 2px solid #0FFF33;
}