Shades of Free Speech Green #11FA31
Tints of Free Speech Green #11FA31
RGB
CMYK
RGB Variations
Color information
#11FA31 (or 0x11FA31) is known color: Free Speech Green. HEX triplet: 11, FA and 31. RGB value is (17,250,49). Sum of RGB (Red+Green+Blue) = 17+250+49=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FA31 is #EE05CE. Grayscale: #9D9D9D. Windows color (decimal): -15599055 or 3275281. OLE color: 3275281.
HSL color Cylindrical-coordinate representation of color #11FA31: hue angle of 128.24º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA31 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 49 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.02 |
| HSL | 128.24º | 0.96% | 0.52% | - |
| HSV(B) | 128.24º | 0.93% | 0.98% | - |
| XYZ | 34.97 | 68.71 | 14.33 | - |
| YUV | 157.42 | 66.81 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 49 | 0.93 | 0 | 0.80 | 0.02 | 128.24 | 0.96 | 0.52 |
| Hex | 11 | FA | 31 | 5D | 0 | 50 | 2 | 80 | 60 | 34 |
| Octal | 21 | 372 | 61 | 135 | 0 | 120 | 2 | 200 | 140 | 64 |
| Binary | 10001 | 11111010 | 110001 | 1011101 | 0 | 1010000 | 10 | 10000000 | 1100000 | 110100 |
Color Harmonies of #11FA31
Complementary color
Monochromatic Colors of #11FA31
Black with #11FA31
Text Example
Text Example
White with #11FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA31; }
p { color: rgb(17,250,49); }
H1.HeaderClassName
{
color: #11FA31;
}
.AnyTagClassName
{
color: #11FA31;
}
</style>
background-color css
<style>
a { background-color: #11FA31; }
a { background-color: rgb(17,250,49); }
div.DivClassName
{
background-color: #11FA31;
}
.BgClassName
{
background-color: #11FA31;
}
</style>
border-color css
<style>
span { border-color: #11FA31; }
span { border-color: rgb(17,250,49); }
td.TdClassName
{
border-color: #11FA31;
}
.TagClassName
{
border-color: #11FA31;
}
</style>