Shades of Free Speech Green #11FF3B
Tints of Free Speech Green #11FF3B
RGB
CMYK
RGB Variations
Color information
#11FF3B (or 0x11FF3B) is known color: Free Speech Green. HEX triplet: 11, FF and 3B. RGB value is (17,255,59). Sum of RGB (Red+Green+Blue) = 17+255+59=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF3B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FF3B is #EE00C4. Grayscale: #A2A2A2. Windows color (decimal): -15597765 or 3931921. OLE color: 3931921.
HSL color Cylindrical-coordinate representation of color #11FF3B: hue angle of 130.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF3B is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 59 | - |
| CMYK | 0.93 | 0 | 0.77 | 0 |
| HSL | 130.59º | 1% | 0.53% | - |
| HSV(B) | 130.59º | 0.93% | 1% | - |
| XYZ | 36.78 | 71.95 | 16.09 | - |
| YUV | 161.49 | 70.15 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 59 | 0.93 | 0 | 0.77 | 0 | 130.59 | 1 | 0.53 |
| Hex | 11 | FF | 3B | 5D | 0 | 4D | 0 | 83 | 64 | 35 |
| Octal | 21 | 377 | 73 | 135 | 0 | 115 | 0 | 203 | 144 | 65 |
| Binary | 10001 | 11111111 | 111011 | 1011101 | 0 | 1001101 | 0 | 10000011 | 1100100 | 110101 |
Color Harmonies of #11FF3B
Complementary color
Monochromatic Colors of #11FF3B
Black with #11FF3B
Text Example
Text Example
White with #11FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF3B; }
p { color: rgb(17,255,59); }
H1.HeaderClassName
{
color: #11FF3B;
}
.AnyTagClassName
{
color: #11FF3B;
}
</style>
background-color css
<style>
a { background-color: #11FF3B; }
a { background-color: rgb(17,255,59); }
div.DivClassName
{
background-color: #11FF3B;
}
.BgClassName
{
background-color: #11FF3B;
}
</style>
border-color css
<style>
span { border-color: #11FF3B; }
span { border-color: rgb(17,255,59); }
td.TdClassName
{
border-color: #11FF3B;
}
.TagClassName
{
border-color: #11FF3B;
}
</style>