#03BF01
A dark, vivid green closely aligning with Limegreen.
About #03BF01
The precise color #03BF01 is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 3 parts red, 191 parts green, and 1 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 98% cyan, 0% magenta, 99% yellow, and 25% black. With a hue angle of 119.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#03BF01
RGB3, 191, 1
HSL119.4°, 99.0%, 37.6%
CMYK98%, 0%, 99%, 25%
HSV119.4°, 99.5%, 74.9%
LAB67.5, -69.2, 66.8
XYZ18.7, 37.3, 6.2
Decimal245505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #03BF01;
}
.text-color {
color: #03BF01;
}
.border-color {
border: 2px solid #03BF01;
}