#00FF0F
A medium, vivid green closely aligning with Lime.
About #00FF0F
When working with digital screens, the color #00FF0F 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 0, 255, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 94% Yellow, and 0% Black. With a hue angle of 123.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00FF0F
RGB0, 255, 15
HSL123.5°, 100.0%, 50.0%
CMYK100%, 0%, 94%, 0%
HSV123.5°, 100.0%, 100.0%
LAB87.8, -86.0, 82.0
XYZ35.8, 71.6, 12.4
Decimal65295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.31:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF0F;
}
.text-color {
color: #00FF0F;
}
.border-color {
border: 2px solid #00FF0F;
}