Shades of Free Speech Green #11FF31
Tints of Free Speech Green #11FF31
RGB
CMYK
RGB Variations
Color information
#11FF31 (or 0x11FF31) is known color: Free Speech Green. HEX triplet: 11, FF and 31. RGB value is (17,255,49). Sum of RGB (Red+Green+Blue) = 17+255+49=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FF31 is #EE00CE. Grayscale: #A0A0A0. Windows color (decimal): -15597775 or 3276561. OLE color: 3276561.
HSL color Cylindrical-coordinate representation of color #11FF31: hue angle of 128.07º 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 #11FF31 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 49 | - |
| CMYK | 0.93 | 0 | 0.81 | 0 |
| HSL | 128.07º | 1% | 0.53% | - |
| HSV(B) | 128.07º | 0.93% | 1% | - |
| XYZ | 36.55 | 71.86 | 14.85 | - |
| YUV | 160.35 | 65.15 | 25.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 49 | 0.93 | 0 | 0.81 | 0 | 128.07 | 1 | 0.53 |
| Hex | 11 | FF | 31 | 5D | 0 | 51 | 0 | 80 | 64 | 35 |
| Octal | 21 | 377 | 61 | 135 | 0 | 121 | 0 | 200 | 144 | 65 |
| Binary | 10001 | 11111111 | 110001 | 1011101 | 0 | 1010001 | 0 | 10000000 | 1100100 | 110101 |
Color Harmonies of #11FF31
Complementary color
Monochromatic Colors of #11FF31
Black with #11FF31
Text Example
Text Example
White with #11FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF31; }
p { color: rgb(17,255,49); }
H1.HeaderClassName
{
color: #11FF31;
}
.AnyTagClassName
{
color: #11FF31;
}
</style>
background-color css
<style>
a { background-color: #11FF31; }
a { background-color: rgb(17,255,49); }
div.DivClassName
{
background-color: #11FF31;
}
.BgClassName
{
background-color: #11FF31;
}
</style>
border-color css
<style>
span { border-color: #11FF31; }
span { border-color: rgb(17,255,49); }
td.TdClassName
{
border-color: #11FF31;
}
.TagClassName
{
border-color: #11FF31;
}
</style>