Shades of Free Speech Green #00FF11
Tints of Free Speech Green #00FF11
RGB
CMYK
RGB Variations
Color information
#00FF11 (or 0x00FF11) is known color: Free Speech Green. HEX triplet: 00, FF and 11. RGB value is (0,255,17). Sum of RGB (Red+Green+Blue) = 0+255+17=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FF11 is #FF00EE. Grayscale: #989898. Windows color (decimal): -16711919 or 1179392. OLE color: 1179392.
HSL color Cylindrical-coordinate representation of color #00FF11: hue angle of 124º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF11 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 17 | - |
| CMYK | 1 | 0 | 0.93 | 0 |
| HSL | 124º | 1% | 0.5% | - |
| HSV(B) | 124º | 1% | 1% | - |
| XYZ | 35.86 | 71.56 | 12.45 | - |
| YUV | 151.62 | 52.02 | 19.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 17 | 1 | 0 | 0.93 | 0 | 124 | 1 | 0.5 |
| Hex | 0 | FF | 11 | 64 | 0 | 5D | 0 | 7C | 64 | 32 |
| Octal | 0 | 377 | 21 | 144 | 0 | 135 | 0 | 174 | 144 | 62 |
| Binary | 0 | 11111111 | 10001 | 1100100 | 0 | 1011101 | 0 | 1111100 | 1100100 | 110010 |
Color Harmonies of #00FF11
Complementary color
Monochromatic Colors of #00FF11
Black with #00FF11
Text Example
Text Example
White with #00FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF11; }
p { color: rgb(0,255,17); }
H1.HeaderClassName
{
color: #00FF11;
}
.AnyTagClassName
{
color: #00FF11;
}
</style>
background-color css
<style>
a { background-color: #00FF11; }
a { background-color: rgb(0,255,17); }
div.DivClassName
{
background-color: #00FF11;
}
.BgClassName
{
background-color: #00FF11;
}
</style>
border-color css
<style>
span { border-color: #00FF11; }
span { border-color: rgb(0,255,17); }
td.TdClassName
{
border-color: #00FF11;
}
.TagClassName
{
border-color: #00FF11;
}
</style>