Shades of Spring Green #03FA71
Tints of Spring Green #03FA71
RGB
CMYK
RGB Variations
Color information
#03FA71 (or 0x03FA71) is known color: Spring Green. HEX triplet: 03, FA and 71. RGB value is (3,250,113). Sum of RGB (Red+Green+Blue) = 3+250+113=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA71 is #FC058E. Grayscale: #A0A0A0. Windows color (decimal): -16516495 or 7469571. OLE color: 7469571.
HSL color Cylindrical-coordinate representation of color #03FA71: hue angle of 146.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FA71 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 113 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.02 |
| HSL | 146.72º | 0.98% | 0.5% | - |
| HSV(B) | 146.72º | 0.99% | 0.98% | - |
| XYZ | 37.2 | 69.58 | 27.09 | - |
| YUV | 160.53 | 101.17 | 15.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 113 | 0.99 | 0 | 0.55 | 0.02 | 146.72 | 0.98 | 0.5 |
| Hex | 3 | FA | 71 | 63 | 0 | 37 | 2 | 93 | 62 | 32 |
| Octal | 3 | 372 | 161 | 143 | 0 | 67 | 2 | 223 | 142 | 62 |
| Binary | 11 | 11111010 | 1110001 | 1100011 | 0 | 110111 | 10 | 10010011 | 1100010 | 110010 |
Color Harmonies of #03FA71
Complementary color
Monochromatic Colors of #03FA71
Black with #03FA71
Text Example
Text Example
White with #03FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA71; }
p { color: rgb(3,250,113); }
H1.HeaderClassName
{
color: #03FA71;
}
.AnyTagClassName
{
color: #03FA71;
}
</style>
background-color css
<style>
a { background-color: #03FA71; }
a { background-color: rgb(3,250,113); }
div.DivClassName
{
background-color: #03FA71;
}
.BgClassName
{
background-color: #03FA71;
}
</style>
border-color css
<style>
span { border-color: #03FA71; }
span { border-color: rgb(3,250,113); }
td.TdClassName
{
border-color: #03FA71;
}
.TagClassName
{
border-color: #03FA71;
}
</style>