Shades of Free Speech Green #11E403
Tints of Free Speech Green #11E403
RGB
CMYK
RGB Variations
Color information
#11E403 (or 0x11E403) is known color: Free Speech Green. HEX triplet: 11, E4 and 03. RGB value is (17,228,3). Sum of RGB (Red+Green+Blue) = 17+228+3=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 228 (89.45% from 255 or 91.94% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 228 - color contains mainly: green. Hex color #11E403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E403 is #EE1BFC. Grayscale: #8B8B8B. Windows color (decimal): -15604733 or 254993. OLE color: 254993.
HSL color Cylindrical-coordinate representation of color #11E403: hue angle of 116.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11E403 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 228 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.11 |
| HSL | 116.27º | 0.97% | 0.45% | - |
| HSV(B) | 116.27º | 0.99% | 0.89% | - |
| XYZ | 27.99 | 55.61 | 9.35 | - |
| YUV | 139.26 | 51.1 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 228 | 3 | 0.93 | 0 | 0.99 | 0.11 | 116.27 | 0.97 | 0.45 |
| Hex | 11 | E4 | 3 | 5D | 0 | 63 | B | 74 | 61 | 2D |
| Octal | 21 | 344 | 3 | 135 | 0 | 143 | 13 | 164 | 141 | 55 |
| Binary | 10001 | 11100100 | 11 | 1011101 | 0 | 1100011 | 1011 | 1110100 | 1100001 | 101101 |
Color Harmonies of #11E403
Complementary color
Monochromatic Colors of #11E403
Black with #11E403
Text Example
Text Example
White with #11E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E403; }
p { color: rgb(17,228,3); }
H1.HeaderClassName
{
color: #11E403;
}
.AnyTagClassName
{
color: #11E403;
}
</style>
background-color css
<style>
a { background-color: #11E403; }
a { background-color: rgb(17,228,3); }
div.DivClassName
{
background-color: #11E403;
}
.BgClassName
{
background-color: #11E403;
}
</style>
border-color css
<style>
span { border-color: #11E403; }
span { border-color: rgb(17,228,3); }
td.TdClassName
{
border-color: #11E403;
}
.TagClassName
{
border-color: #11E403;
}
</style>