Shades of Free Speech Green #03FA11
Tints of Free Speech Green #03FA11
RGB
CMYK
RGB Variations
Color information
#03FA11 (or 0x03FA11) is known color: Free Speech Green. HEX triplet: 03, FA and 11. RGB value is (3,250,17). Sum of RGB (Red+Green+Blue) = 3+250+17=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 250 (98.05% from 255 or 92.59% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 250 - color contains mainly: green. Hex color #03FA11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FA11 is #FC05EE. Grayscale: #969696. Windows color (decimal): -16516591 or 1178115. OLE color: 1178115.
HSL color Cylindrical-coordinate representation of color #03FA11: hue angle of 123.4º 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 #03FA11 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 250 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.02 |
| HSL | 123.4º | 0.98% | 0.5% | - |
| HSV(B) | 123.4º | 0.99% | 0.98% | - |
| XYZ | 34.32 | 68.43 | 11.93 | - |
| YUV | 149.59 | 53.17 | 23.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 17 | 0.99 | 0 | 0.93 | 0.02 | 123.4 | 0.98 | 0.5 |
| Hex | 3 | FA | 11 | 63 | 0 | 5D | 2 | 7B | 62 | 32 |
| Octal | 3 | 372 | 21 | 143 | 0 | 135 | 2 | 173 | 142 | 62 |
| Binary | 11 | 11111010 | 10001 | 1100011 | 0 | 1011101 | 10 | 1111011 | 1100010 | 110010 |
Color Harmonies of #03FA11
Complementary color
Monochromatic Colors of #03FA11
Black with #03FA11
Text Example
Text Example
White with #03FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FA11; }
p { color: rgb(3,250,17); }
H1.HeaderClassName
{
color: #03FA11;
}
.AnyTagClassName
{
color: #03FA11;
}
</style>
background-color css
<style>
a { background-color: #03FA11; }
a { background-color: rgb(3,250,17); }
div.DivClassName
{
background-color: #03FA11;
}
.BgClassName
{
background-color: #03FA11;
}
</style>
border-color css
<style>
span { border-color: #03FA11; }
span { border-color: rgb(3,250,17); }
td.TdClassName
{
border-color: #03FA11;
}
.TagClassName
{
border-color: #03FA11;
}
</style>