Shades of Free Speech Green #03FF11
Tints of Free Speech Green #03FF11
RGB
CMYK
RGB Variations
Color information
#03FF11 (or 0x03FF11) is known color: Free Speech Green. HEX triplet: 03, FF and 11. RGB value is (3,255,17). Sum of RGB (Red+Green+Blue) = 3+255+17=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 255 (100% from 255 or 92.73% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FF11 is #FC00EE. Grayscale: #999999. Windows color (decimal): -16515311 or 1179395. OLE color: 1179395.
HSL color Cylindrical-coordinate representation of color #03FF11: hue angle of 123.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF11 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0 |
| HSL | 123.33º | 1% | 0.51% | - |
| HSV(B) | 123.33º | 0.99% | 1% | - |
| XYZ | 35.9 | 71.58 | 12.45 | - |
| YUV | 152.52 | 51.51 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 17 | 0.99 | 0 | 0.93 | 0 | 123.33 | 1 | 0.51 |
| Hex | 3 | FF | 11 | 63 | 0 | 5D | 0 | 7B | 64 | 33 |
| Octal | 3 | 377 | 21 | 143 | 0 | 135 | 0 | 173 | 144 | 63 |
| Binary | 11 | 11111111 | 10001 | 1100011 | 0 | 1011101 | 0 | 1111011 | 1100100 | 110011 |
Color Harmonies of #03FF11
Complementary color
Monochromatic Colors of #03FF11
Black with #03FF11
Text Example
Text Example
White with #03FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF11; }
p { color: rgb(3,255,17); }
H1.HeaderClassName
{
color: #03FF11;
}
.AnyTagClassName
{
color: #03FF11;
}
</style>
background-color css
<style>
a { background-color: #03FF11; }
a { background-color: rgb(3,255,17); }
div.DivClassName
{
background-color: #03FF11;
}
.BgClassName
{
background-color: #03FF11;
}
</style>
border-color css
<style>
span { border-color: #03FF11; }
span { border-color: rgb(3,255,17); }
td.TdClassName
{
border-color: #03FF11;
}
.TagClassName
{
border-color: #03FF11;
}
</style>