#0FF000
A medium, vivid green closely aligning with Lime.
About #0FF000
The hex code #0FF000 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(15, 240, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 0% M, 100% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#0FF000
RGB15, 240, 0
HSL116.2°, 100.0%, 47.1%
CMYK94%, 0%, 100%, 6%
HSV116.2°, 100.0%, 94.1%
LAB83.1, -81.8, 79.5
XYZ31.4, 62.4, 10.4
Decimal1044480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.48:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF000;
}
.text-color {
color: #0FF000;
}
.border-color {
border: 2px solid #0FF000;
}