Shades of Free Speech Green #11ED00
Tints of Free Speech Green #11ED00
RGB
CMYK
RGB Variations
Color information
#11ED00 (or 0x11ED00) is known color: Free Speech Green. HEX triplet: 11, ED and 00. RGB value is (17,237,0). Sum of RGB (Red+Green+Blue) = 17+237+0=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 237 (92.97% from 255 or 93.31% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 237 - color contains mainly: green. Hex color #11ED00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11ED00 is #EE12FF. Grayscale: #909090. Windows color (decimal): -15602432 or 60689. OLE color: 60689.
HSL color Cylindrical-coordinate representation of color #11ED00: hue angle of 115.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11ED00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 237 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.07 |
| HSL | 115.7º | 1% | 0.46% | - |
| HSV(B) | 115.7º | 1% | 0.93% | - |
| XYZ | 30.52 | 60.69 | 10.11 | - |
| YUV | 144.2 | 46.61 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 237 | 0 | 0.93 | 0 | 1 | 0.07 | 115.7 | 1 | 0.46 |
| Hex | 11 | ED | 0 | 5D | 0 | 64 | 7 | 74 | 64 | 2E |
| Octal | 21 | 355 | 0 | 135 | 0 | 144 | 7 | 164 | 144 | 56 |
| Binary | 10001 | 11101101 | 0 | 1011101 | 0 | 1100100 | 111 | 1110100 | 1100100 | 101110 |
Color Harmonies of #11ED00
Complementary color
Monochromatic Colors of #11ED00
Black with #11ED00
Text Example
Text Example
White with #11ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ED00; }
p { color: rgb(17,237,0); }
H1.HeaderClassName
{
color: #11ED00;
}
.AnyTagClassName
{
color: #11ED00;
}
</style>
background-color css
<style>
a { background-color: #11ED00; }
a { background-color: rgb(17,237,0); }
div.DivClassName
{
background-color: #11ED00;
}
.BgClassName
{
background-color: #11ED00;
}
</style>
border-color css
<style>
span { border-color: #11ED00; }
span { border-color: rgb(17,237,0); }
td.TdClassName
{
border-color: #11ED00;
}
.TagClassName
{
border-color: #11ED00;
}
</style>