Shades of Free Speech Green #03FE16
Tints of Free Speech Green #03FE16
RGB
CMYK
RGB Variations
Color information
#03FE16 (or 0x03FE16) is known color: Free Speech Green. HEX triplet: 03, FE and 16. RGB value is (3,254,22). Sum of RGB (Red+Green+Blue) = 3+254+22=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 254 (99.61% from 255 or 91.04% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE16 is #FC01E9. Grayscale: #999999. Windows color (decimal): -16515562 or 1506819. OLE color: 1506819.
HSL color Cylindrical-coordinate representation of color #03FE16: hue angle of 124.54º 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 #03FE16 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 22 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.00 |
| HSL | 124.54º | 0.99% | 0.5% | - |
| HSV(B) | 124.54º | 0.99% | 1% | - |
| XYZ | 35.62 | 70.96 | 12.58 | - |
| YUV | 152.5 | 54.34 | 21.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 22 | 0.99 | 0 | 0.91 | 0.00 | 124.54 | 0.99 | 0.5 |
| Hex | 3 | FE | 16 | 63 | 0 | 5B | 0 | 7D | 63 | 32 |
| Octal | 3 | 376 | 26 | 143 | 0 | 133 | 0 | 175 | 143 | 62 |
| Binary | 11 | 11111110 | 10110 | 1100011 | 0 | 1011011 | 0 | 1111101 | 1100011 | 110010 |
Color Harmonies of #03FE16
Complementary color
Monochromatic Colors of #03FE16
Black with #03FE16
Text Example
Text Example
White with #03FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE16; }
p { color: rgb(3,254,22); }
H1.HeaderClassName
{
color: #03FE16;
}
.AnyTagClassName
{
color: #03FE16;
}
</style>
background-color css
<style>
a { background-color: #03FE16; }
a { background-color: rgb(3,254,22); }
div.DivClassName
{
background-color: #03FE16;
}
.BgClassName
{
background-color: #03FE16;
}
</style>
border-color css
<style>
span { border-color: #03FE16; }
span { border-color: rgb(3,254,22); }
td.TdClassName
{
border-color: #03FE16;
}
.TagClassName
{
border-color: #03FE16;
}
</style>