Shades of Free Speech Green #11F32C
Tints of Free Speech Green #11F32C
RGB
CMYK
RGB Variations
Color information
#11F32C (or 0x11F32C) is known color: Free Speech Green. HEX triplet: 11, F3 and 2C. RGB value is (17,243,44). Sum of RGB (Red+Green+Blue) = 17+243+44=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #11F32C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F32C is #EE0CD3. Grayscale: #999999. Windows color (decimal): -15600852 or 2945809. OLE color: 2945809.
HSL color Cylindrical-coordinate representation of color #11F32C: hue angle of 127.17º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F32C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 44 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.05 |
| HSL | 127.17º | 0.9% | 0.51% | - |
| HSV(B) | 127.17º | 0.93% | 0.95% | - |
| XYZ | 32.74 | 64.4 | 13.09 | - |
| YUV | 152.74 | 66.63 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 44 | 0.93 | 0 | 0.82 | 0.05 | 127.17 | 0.9 | 0.51 |
| Hex | 11 | F3 | 2C | 5D | 0 | 52 | 5 | 7F | 5A | 33 |
| Octal | 21 | 363 | 54 | 135 | 0 | 122 | 5 | 177 | 132 | 63 |
| Binary | 10001 | 11110011 | 101100 | 1011101 | 0 | 1010010 | 101 | 1111111 | 1011010 | 110011 |
Color Harmonies of #11F32C
Complementary color
Monochromatic Colors of #11F32C
Black with #11F32C
Text Example
Text Example
White with #11F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F32C; }
p { color: rgb(17,243,44); }
H1.HeaderClassName
{
color: #11F32C;
}
.AnyTagClassName
{
color: #11F32C;
}
</style>
background-color css
<style>
a { background-color: #11F32C; }
a { background-color: rgb(17,243,44); }
div.DivClassName
{
background-color: #11F32C;
}
.BgClassName
{
background-color: #11F32C;
}
</style>
border-color css
<style>
span { border-color: #11F32C; }
span { border-color: rgb(17,243,44); }
td.TdClassName
{
border-color: #11F32C;
}
.TagClassName
{
border-color: #11F32C;
}
</style>