#0FE91D
A medium, vivid green closely aligning with Lime.
About #0FE91D
The precise color #0FE91D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 233, and 29.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 88% Yellow, and 9% Black. With a hue angle of 123.9 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE91D
RGB15, 233, 29
HSL123.9°, 87.9%, 48.6%
CMYK94%, 0%, 88%, 9%
HSV123.9°, 93.6%, 91.4%
LAB81.0, -79.3, 74.4
XYZ29.6, 58.5, 10.9
Decimal1042717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.69:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE91D;
}
.text-color {
color: #0FE91D;
}
.border-color {
border: 2px solid #0FE91D;
}