Shades of Free Speech Green #03FE11
Tints of Free Speech Green #03FE11
RGB
CMYK
RGB Variations
Color information
#03FE11 (or 0x03FE11) is known color: Free Speech Green. HEX triplet: 03, FE and 11. RGB value is (3,254,17). Sum of RGB (Red+Green+Blue) = 3+254+17=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 254 (99.61% from 255 or 92.70% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 254 - color contains mainly: green. Hex color #03FE11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FE11 is #FC01EE. Grayscale: #989898. Windows color (decimal): -16515567 or 1179139. OLE color: 1179139.
HSL color Cylindrical-coordinate representation of color #03FE11: hue angle of 123.35º 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 #03FE11 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 254 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.00 |
| HSL | 123.35º | 0.99% | 0.5% | - |
| HSV(B) | 123.35º | 0.99% | 1% | - |
| XYZ | 35.58 | 70.94 | 12.35 | - |
| YUV | 151.93 | 51.84 | 21.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 254 | 17 | 0.99 | 0 | 0.93 | 0.00 | 123.35 | 0.99 | 0.5 |
| Hex | 3 | FE | 11 | 63 | 0 | 5D | 0 | 7B | 63 | 32 |
| Octal | 3 | 376 | 21 | 143 | 0 | 135 | 0 | 173 | 143 | 62 |
| Binary | 11 | 11111110 | 10001 | 1100011 | 0 | 1011101 | 0 | 1111011 | 1100011 | 110010 |
Color Harmonies of #03FE11
Complementary color
Monochromatic Colors of #03FE11
Black with #03FE11
Text Example
Text Example
White with #03FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FE11; }
p { color: rgb(3,254,17); }
H1.HeaderClassName
{
color: #03FE11;
}
.AnyTagClassName
{
color: #03FE11;
}
</style>
background-color css
<style>
a { background-color: #03FE11; }
a { background-color: rgb(3,254,17); }
div.DivClassName
{
background-color: #03FE11;
}
.BgClassName
{
background-color: #03FE11;
}
</style>
border-color css
<style>
span { border-color: #03FE11; }
span { border-color: rgb(3,254,17); }
td.TdClassName
{
border-color: #03FE11;
}
.TagClassName
{
border-color: #03FE11;
}
</style>