Shades of Free Speech Green #01FF11
Tints of Free Speech Green #01FF11
RGB
CMYK
RGB Variations
Color information
#01FF11 (or 0x01FF11) is known color: Free Speech Green. HEX triplet: 01, FF and 11. RGB value is (1,255,17). Sum of RGB (Red+Green+Blue) = 1+255+17=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 255 (100% from 255 or 93.41% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF11 is #FE00EE. Grayscale: #989898. Windows color (decimal): -16646383 or 1179393. OLE color: 1179393.
HSL color Cylindrical-coordinate representation of color #01FF11: hue angle of 123.78º 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 #01FF11 is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 17 | - |
| CMYK | 1.00 | 0 | 0.93 | 0 |
| HSL | 123.78º | 1% | 0.5% | - |
| HSV(B) | 123.78º | 1% | 1% | - |
| XYZ | 35.87 | 71.57 | 12.45 | - |
| YUV | 151.92 | 51.85 | 20.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 17 | 1.00 | 0 | 0.93 | 0 | 123.78 | 1 | 0.5 |
| Hex | 1 | FF | 11 | 64 | 0 | 5D | 0 | 7C | 64 | 32 |
| Octal | 1 | 377 | 21 | 144 | 0 | 135 | 0 | 174 | 144 | 62 |
| Binary | 1 | 11111111 | 10001 | 1100100 | 0 | 1011101 | 0 | 1111100 | 1100100 | 110010 |
Color Harmonies of #01FF11
Complementary color
Monochromatic Colors of #01FF11
Black with #01FF11
Text Example
Text Example
White with #01FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF11; }
p { color: rgb(1,255,17); }
H1.HeaderClassName
{
color: #01FF11;
}
.AnyTagClassName
{
color: #01FF11;
}
</style>
background-color css
<style>
a { background-color: #01FF11; }
a { background-color: rgb(1,255,17); }
div.DivClassName
{
background-color: #01FF11;
}
.BgClassName
{
background-color: #01FF11;
}
</style>
border-color css
<style>
span { border-color: #01FF11; }
span { border-color: rgb(1,255,17); }
td.TdClassName
{
border-color: #01FF11;
}
.TagClassName
{
border-color: #01FF11;
}
</style>