#0FF03A
A medium, vivid green closely aligning with Lime.
About #0FF03A
At its core, #0FF03A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 15 red, 240 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 94% C, 0% M, 76% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FF03A
RGB15, 240, 58
HSL131.5°, 88.2%, 50.0%
CMYK94%, 0%, 76%, 6%
HSV131.5°, 93.8%, 94.1%
LAB83.3, -79.7, 69.3
XYZ32.1, 62.7, 14.4
Decimal1044538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF03A;
}
.text-color {
color: #0FF03A;
}
.border-color {
border: 2px solid #0FF03A;
}