Shades of Free Speech Green #03FF0F
Tints of Free Speech Green #03FF0F
RGB
CMYK
RGB Variations
Color information
#03FF0F (or 0x03FF0F) is known color: Free Speech Green. HEX triplet: 03, FF and 0F. RGB value is (3,255,15). Sum of RGB (Red+Green+Blue) = 3+255+15=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 255 (100% from 255 or 93.41% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FF0F is #FC00F0. Grayscale: #999999. Windows color (decimal): -16515313 or 1048323. OLE color: 1048323.
HSL color Cylindrical-coordinate representation of color #03FF0F: hue angle of 122.86º 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 #03FF0F is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 255 | 15 | - |
| CMYK | 0.99 | 0 | 0.94 | 0 |
| HSL | 122.86º | 1% | 0.51% | - |
| HSV(B) | 122.86º | 0.99% | 1% | - |
| XYZ | 35.88 | 71.57 | 12.38 | - |
| YUV | 152.29 | 50.51 | 21.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 255 | 15 | 0.99 | 0 | 0.94 | 0 | 122.86 | 1 | 0.51 |
| Hex | 3 | FF | F | 63 | 0 | 5E | 0 | 7B | 64 | 33 |
| Octal | 3 | 377 | 17 | 143 | 0 | 136 | 0 | 173 | 144 | 63 |
| Binary | 11 | 11111111 | 1111 | 1100011 | 0 | 1011110 | 0 | 1111011 | 1100100 | 110011 |
Color Harmonies of #03FF0F
Complementary color
Monochromatic Colors of #03FF0F
Black with #03FF0F
Text Example
Text Example
White with #03FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FF0F; }
p { color: rgb(3,255,15); }
H1.HeaderClassName
{
color: #03FF0F;
}
.AnyTagClassName
{
color: #03FF0F;
}
</style>
background-color css
<style>
a { background-color: #03FF0F; }
a { background-color: rgb(3,255,15); }
div.DivClassName
{
background-color: #03FF0F;
}
.BgClassName
{
background-color: #03FF0F;
}
</style>
border-color css
<style>
span { border-color: #03FF0F; }
span { border-color: rgb(3,255,15); }
td.TdClassName
{
border-color: #03FF0F;
}
.TagClassName
{
border-color: #03FF0F;
}
</style>