#0FF81D
A medium, vivid green closely aligning with Lime.
About #0FF81D
At its core, #0FF81D is a medium and vivid hue. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(15, 248, 29).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 94% C, 0% M, 88% Y, and 3% K. With a hue angle of 123.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FF81D
RGB15, 248, 29
HSL123.6°, 94.3%, 51.6%
CMYK94%, 0%, 88%, 3%
HSV123.6°, 94.0%, 97.3%
LAB85.7, -83.3, 78.4
XYZ34.0, 67.3, 12.4
Decimal1046557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.47:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF81D;
}
.text-color {
color: #0FF81D;
}
.border-color {
border: 2px solid #0FF81D;
}