#0FFF0F
A medium, vivid green closely aligning with Lime.
About #0FFF0F
Visually, #0FFF0F is defined as a vivid green. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 255, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 94% cyan, 0% magenta, 94% yellow, and 0% black. The HSL representation is 120.0° hue, 100.0% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FFF0F
RGB15, 255, 15
HSL120.0°, 100.0%, 52.9%
CMYK94%, 0%, 94%, 0%
HSV120.0°, 94.1%, 100.0%
LAB87.8, -85.5, 82.1
XYZ36.0, 71.7, 12.4
Decimal1048335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF0F;
}
.text-color {
color: #0FFF0F;
}
.border-color {
border: 2px solid #0FFF0F;
}