Shades of Spring Green #03FA72
Tints of Spring Green #03FA72
RGB
CMYK
RGB Variations
Color information
#03FA72 (or 0x03FA72) is known color: Spring Green. HEX triplet: 03, FA and 72. RGB value is (3,250,114). Sum of RGB (Red+Green+Blue) = 3+250+114=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA72 is #FC058D. Grayscale: #A0A0A0. Windows color (decimal): -16516494 or 7535107. OLE color: 7535107.
HSL color Cylindrical-coordinate representation of color #03FA72: hue angle of 146.96º 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 #03FA72 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 114 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.02 |
| HSL | 146.96º | 0.98% | 0.5% | - |
| HSV(B) | 146.96º | 0.99% | 0.98% | - |
| XYZ | 37.26 | 69.61 | 27.39 | - |
| YUV | 160.64 | 101.67 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 114 | 0.99 | 0 | 0.54 | 0.02 | 146.96 | 0.98 | 0.5 |
| Hex | 3 | FA | 72 | 63 | 0 | 36 | 2 | 93 | 62 | 32 |
| Octal | 3 | 372 | 162 | 143 | 0 | 66 | 2 | 223 | 142 | 62 |
| Binary | 11 | 11111010 | 1110010 | 1100011 | 0 | 110110 | 10 | 10010011 | 1100010 | 110010 |
Color Harmonies of #03FA72
Complementary color
Monochromatic Colors of #03FA72
Black with #03FA72
Text Example
Text Example
White with #03FA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA72; }
p { color: rgb(3,250,114); }
H1.HeaderClassName
{
color: #03FA72;
}
.AnyTagClassName
{
color: #03FA72;
}
</style>
background-color css
<style>
a { background-color: #03FA72; }
a { background-color: rgb(3,250,114); }
div.DivClassName
{
background-color: #03FA72;
}
.BgClassName
{
background-color: #03FA72;
}
</style>
border-color css
<style>
span { border-color: #03FA72; }
span { border-color: rgb(3,250,114); }
td.TdClassName
{
border-color: #03FA72;
}
.TagClassName
{
border-color: #03FA72;
}
</style>