Shades of Free Speech Green #11F130
Tints of Free Speech Green #11F130
RGB
CMYK
RGB Variations
Color information
#11F130 (or 0x11F130) is known color: Free Speech Green. HEX triplet: 11, F1 and 30. RGB value is (17,241,48). Sum of RGB (Red+Green+Blue) = 17+241+48=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 241 (94.53% from 255 or 78.76% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 241 - color contains mainly: green. Hex color #11F130 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F130 is #EE0ECF. Grayscale: #989898. Windows color (decimal): -15601360 or 3207441. OLE color: 3207441.
HSL color Cylindrical-coordinate representation of color #11F130: hue angle of 128.3º degrees, saturation: 0.89, 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 #11F130 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 48 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.05 |
| HSL | 128.3º | 0.89% | 0.51% | - |
| HSV(B) | 128.3º | 0.93% | 0.95% | - |
| XYZ | 32.22 | 63.24 | 13.31 | - |
| YUV | 152.02 | 69.29 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 48 | 0.93 | 0 | 0.80 | 0.05 | 128.3 | 0.89 | 0.51 |
| Hex | 11 | F1 | 30 | 5D | 0 | 50 | 5 | 80 | 59 | 33 |
| Octal | 21 | 361 | 60 | 135 | 0 | 120 | 5 | 200 | 131 | 63 |
| Binary | 10001 | 11110001 | 110000 | 1011101 | 0 | 1010000 | 101 | 10000000 | 1011001 | 110011 |
Color Harmonies of #11F130
Complementary color
Monochromatic Colors of #11F130
Black with #11F130
Text Example
Text Example
White with #11F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F130; }
p { color: rgb(17,241,48); }
H1.HeaderClassName
{
color: #11F130;
}
.AnyTagClassName
{
color: #11F130;
}
</style>
background-color css
<style>
a { background-color: #11F130; }
a { background-color: rgb(17,241,48); }
div.DivClassName
{
background-color: #11F130;
}
.BgClassName
{
background-color: #11F130;
}
</style>
border-color css
<style>
span { border-color: #11F130; }
span { border-color: rgb(17,241,48); }
td.TdClassName
{
border-color: #11F130;
}
.TagClassName
{
border-color: #11F130;
}
</style>