Shades of Spring Green #03FE5F
Tints of Spring Green #03FE5F
RGB
CMYK
RGB Variations
Color information
#03FE5F (or 0x03FE5F) is known color: Spring Green. HEX triplet: 03, FE and 5F. RGB value is (3,254,95). Sum of RGB (Red+Green+Blue) = 3+254+95=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 254 (99.61% from 255 or 72.16% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FE5F is #FC01A0. Grayscale: #A1A1A1. Windows color (decimal): -16515489 or 6290947. OLE color: 6290947.
HSL color Cylindrical-coordinate representation of color #03FE5F: hue angle of 141.99º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FE5F is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 95 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.00 |
| HSL | 141.99º | 0.99% | 0.5% | - |
| HSV(B) | 141.99º | 0.99% | 1% | - |
| XYZ | 37.54 | 71.73 | 22.69 | - |
| YUV | 160.83 | 90.84 | 15.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 95 | 0.99 | 0 | 0.63 | 0.00 | 141.99 | 0.99 | 0.5 |
| Hex | 3 | FE | 5F | 63 | 0 | 3F | 0 | 8E | 63 | 32 |
| Octal | 3 | 376 | 137 | 143 | 0 | 77 | 0 | 216 | 143 | 62 |
| Binary | 11 | 11111110 | 1011111 | 1100011 | 0 | 111111 | 0 | 10001110 | 1100011 | 110010 |
Color Harmonies of #03FE5F
Complementary color
Monochromatic Colors of #03FE5F
Black with #03FE5F
Text Example
Text Example
White with #03FE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE5F; }
p { color: rgb(3,254,95); }
H1.HeaderClassName
{
color: #03FE5F;
}
.AnyTagClassName
{
color: #03FE5F;
}
</style>
background-color css
<style>
a { background-color: #03FE5F; }
a { background-color: rgb(3,254,95); }
div.DivClassName
{
background-color: #03FE5F;
}
.BgClassName
{
background-color: #03FE5F;
}
</style>
border-color css
<style>
span { border-color: #03FE5F; }
span { border-color: rgb(3,254,95); }
td.TdClassName
{
border-color: #03FE5F;
}
.TagClassName
{
border-color: #03FE5F;
}
</style>