Shades of Free Speech Green #03FC16
Tints of Free Speech Green #03FC16
RGB
CMYK
RGB Variations
Color information
#03FC16 (or 0x03FC16) is known color: Free Speech Green. HEX triplet: 03, FC and 16. RGB value is (3,252,22). Sum of RGB (Red+Green+Blue) = 3+252+22=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 252 (98.83% from 255 or 90.97% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FC16 is #FC03E9. Grayscale: #979797. Windows color (decimal): -16516074 or 1506307. OLE color: 1506307.
HSL color Cylindrical-coordinate representation of color #03FC16: hue angle of 124.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC16 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 22 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.01 |
| HSL | 124.58º | 0.98% | 0.5% | - |
| HSV(B) | 124.58º | 0.99% | 0.99% | - |
| XYZ | 34.99 | 69.7 | 12.37 | - |
| YUV | 151.33 | 55.01 | 22.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 22 | 0.99 | 0 | 0.91 | 0.01 | 124.58 | 0.98 | 0.5 |
| Hex | 3 | FC | 16 | 63 | 0 | 5B | 1 | 7D | 62 | 32 |
| Octal | 3 | 374 | 26 | 143 | 0 | 133 | 1 | 175 | 142 | 62 |
| Binary | 11 | 11111100 | 10110 | 1100011 | 0 | 1011011 | 1 | 1111101 | 1100010 | 110010 |
Color Harmonies of #03FC16
Complementary color
Monochromatic Colors of #03FC16
Black with #03FC16
Text Example
Text Example
White with #03FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FC16; }
p { color: rgb(3,252,22); }
H1.HeaderClassName
{
color: #03FC16;
}
.AnyTagClassName
{
color: #03FC16;
}
</style>
background-color css
<style>
a { background-color: #03FC16; }
a { background-color: rgb(3,252,22); }
div.DivClassName
{
background-color: #03FC16;
}
.BgClassName
{
background-color: #03FC16;
}
</style>
border-color css
<style>
span { border-color: #03FC16; }
span { border-color: rgb(3,252,22); }
td.TdClassName
{
border-color: #03FC16;
}
.TagClassName
{
border-color: #03FC16;
}
</style>