Shades of Spring Green #03FA7A
Tints of Spring Green #03FA7A
RGB
CMYK
RGB Variations
Color information
#03FA7A (or 0x03FA7A) is known color: Spring Green. HEX triplet: 03, FA and 7A. RGB value is (3,250,122). Sum of RGB (Red+Green+Blue) = 3+250+122=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA7A is #FC0585. Grayscale: #A1A1A1. Windows color (decimal): -16516486 or 8059395. OLE color: 8059395.
HSL color Cylindrical-coordinate representation of color #03FA7A: hue angle of 148.91º 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 #03FA7A is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 122 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.02 |
| HSL | 148.91º | 0.98% | 0.5% | - |
| HSV(B) | 148.91º | 0.99% | 0.98% | - |
| XYZ | 37.74 | 69.8 | 29.9 | - |
| YUV | 161.56 | 105.67 | 14.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 122 | 0.99 | 0 | 0.51 | 0.02 | 148.91 | 0.98 | 0.5 |
| Hex | 3 | FA | 7A | 63 | 0 | 33 | 2 | 95 | 62 | 32 |
| Octal | 3 | 372 | 172 | 143 | 0 | 63 | 2 | 225 | 142 | 62 |
| Binary | 11 | 11111010 | 1111010 | 1100011 | 0 | 110011 | 10 | 10010101 | 1100010 | 110010 |
Color Harmonies of #03FA7A
Complementary color
Monochromatic Colors of #03FA7A
Black with #03FA7A
Text Example
Text Example
White with #03FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA7A; }
p { color: rgb(3,250,122); }
H1.HeaderClassName
{
color: #03FA7A;
}
.AnyTagClassName
{
color: #03FA7A;
}
</style>
background-color css
<style>
a { background-color: #03FA7A; }
a { background-color: rgb(3,250,122); }
div.DivClassName
{
background-color: #03FA7A;
}
.BgClassName
{
background-color: #03FA7A;
}
</style>
border-color css
<style>
span { border-color: #03FA7A; }
span { border-color: rgb(3,250,122); }
td.TdClassName
{
border-color: #03FA7A;
}
.TagClassName
{
border-color: #03FA7A;
}
</style>