Shades of Spring Green #03FA64
Tints of Spring Green #03FA64
RGB
CMYK
RGB Variations
Color information
#03FA64 (or 0x03FA64) is known color: Spring Green. HEX triplet: 03, FA and 64. RGB value is (3,250,100). Sum of RGB (Red+Green+Blue) = 3+250+100=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA64 is #FC059B. Grayscale: #9F9F9F. Windows color (decimal): -16516508 or 6617603. OLE color: 6617603.
HSL color Cylindrical-coordinate representation of color #03FA64: hue angle of 143.56º 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 #03FA64 is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 100 | - |
| CMYK | 0.99 | 0 | 0.6 | 0.02 |
| HSL | 143.56º | 0.98% | 0.5% | - |
| HSV(B) | 143.56º | 0.99% | 0.98% | - |
| XYZ | 36.52 | 69.31 | 23.51 | - |
| YUV | 159.05 | 94.67 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 100 | 0.99 | 0 | 0.6 | 0.02 | 143.56 | 0.98 | 0.5 |
| Hex | 3 | FA | 64 | 63 | 0 | 3C | 2 | 90 | 62 | 32 |
| Octal | 3 | 372 | 144 | 143 | 0 | 74 | 2 | 220 | 142 | 62 |
| Binary | 11 | 11111010 | 1100100 | 1100011 | 0 | 111100 | 10 | 10010000 | 1100010 | 110010 |
Color Harmonies of #03FA64
Complementary color
Monochromatic Colors of #03FA64
Black with #03FA64
Text Example
Text Example
White with #03FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA64; }
p { color: rgb(3,250,100); }
H1.HeaderClassName
{
color: #03FA64;
}
.AnyTagClassName
{
color: #03FA64;
}
</style>
background-color css
<style>
a { background-color: #03FA64; }
a { background-color: rgb(3,250,100); }
div.DivClassName
{
background-color: #03FA64;
}
.BgClassName
{
background-color: #03FA64;
}
</style>
border-color css
<style>
span { border-color: #03FA64; }
span { border-color: rgb(3,250,100); }
td.TdClassName
{
border-color: #03FA64;
}
.TagClassName
{
border-color: #03FA64;
}
</style>