Shades of Spring Green #03FA5E
Tints of Spring Green #03FA5E
RGB
CMYK
RGB Variations
Color information
#03FA5E (or 0x03FA5E) is known color: Spring Green. HEX triplet: 03, FA and 5E. RGB value is (3,250,94). Sum of RGB (Red+Green+Blue) = 3+250+94=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FA5E is #FC05A1. Grayscale: #9E9E9E. Windows color (decimal): -16516514 or 6224387. OLE color: 6224387.
HSL color Cylindrical-coordinate representation of color #03FA5E: hue angle of 142.11º 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 #03FA5E is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 94 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.02 |
| HSL | 142.11º | 0.98% | 0.5% | - |
| HSV(B) | 142.11º | 0.99% | 0.98% | - |
| XYZ | 36.24 | 69.2 | 22.04 | - |
| YUV | 158.36 | 91.67 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 94 | 0.99 | 0 | 0.62 | 0.02 | 142.11 | 0.98 | 0.5 |
| Hex | 3 | FA | 5E | 63 | 0 | 3E | 2 | 8E | 62 | 32 |
| Octal | 3 | 372 | 136 | 143 | 0 | 76 | 2 | 216 | 142 | 62 |
| Binary | 11 | 11111010 | 1011110 | 1100011 | 0 | 111110 | 10 | 10001110 | 1100010 | 110010 |
Color Harmonies of #03FA5E
Complementary color
Monochromatic Colors of #03FA5E
Black with #03FA5E
Text Example
Text Example
White with #03FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA5E; }
p { color: rgb(3,250,94); }
H1.HeaderClassName
{
color: #03FA5E;
}
.AnyTagClassName
{
color: #03FA5E;
}
</style>
background-color css
<style>
a { background-color: #03FA5E; }
a { background-color: rgb(3,250,94); }
div.DivClassName
{
background-color: #03FA5E;
}
.BgClassName
{
background-color: #03FA5E;
}
</style>
border-color css
<style>
span { border-color: #03FA5E; }
span { border-color: rgb(3,250,94); }
td.TdClassName
{
border-color: #03FA5E;
}
.TagClassName
{
border-color: #03FA5E;
}
</style>