Shades of Spring Green #03FF71
Tints of Spring Green #03FF71
RGB
CMYK
RGB Variations
Color information
#03FF71 (or 0x03FF71) is known color: Spring Green. HEX triplet: 03, FF and 71. RGB value is (3,255,113). Sum of RGB (Red+Green+Blue) = 3+255+113=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF71 is #FC008E. Grayscale: #A3A3A3. Windows color (decimal): -16515215 or 7470851. OLE color: 7470851.
HSL color Cylindrical-coordinate representation of color #03FF71: hue angle of 146.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF71 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 113 | - |
| CMYK | 0.99 | 0 | 0.56 | 0 |
| HSL | 146.19º | 1% | 0.51% | - |
| HSV(B) | 146.19º | 0.99% | 1% | - |
| XYZ | 38.78 | 72.73 | 27.62 | - |
| YUV | 163.46 | 99.51 | 13.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 113 | 0.99 | 0 | 0.56 | 0 | 146.19 | 1 | 0.51 |
| Hex | 3 | FF | 71 | 63 | 0 | 38 | 0 | 92 | 64 | 33 |
| Octal | 3 | 377 | 161 | 143 | 0 | 70 | 0 | 222 | 144 | 63 |
| Binary | 11 | 11111111 | 1110001 | 1100011 | 0 | 111000 | 0 | 10010010 | 1100100 | 110011 |
Color Harmonies of #03FF71
Complementary color
Monochromatic Colors of #03FF71
Black with #03FF71
Text Example
Text Example
White with #03FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF71; }
p { color: rgb(3,255,113); }
H1.HeaderClassName
{
color: #03FF71;
}
.AnyTagClassName
{
color: #03FF71;
}
</style>
background-color css
<style>
a { background-color: #03FF71; }
a { background-color: rgb(3,255,113); }
div.DivClassName
{
background-color: #03FF71;
}
.BgClassName
{
background-color: #03FF71;
}
</style>
border-color css
<style>
span { border-color: #03FF71; }
span { border-color: rgb(3,255,113); }
td.TdClassName
{
border-color: #03FF71;
}
.TagClassName
{
border-color: #03FF71;
}
</style>