Shades of Free Speech Green #11E02D
Tints of Free Speech Green #11E02D
RGB
CMYK
RGB Variations
Color information
#11E02D (or 0x11E02D) is known color: Free Speech Green. HEX triplet: 11, E0 and 2D. RGB value is (17,224,45). Sum of RGB (Red+Green+Blue) = 17+224+45=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #11E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11E02D is #EE1FD2. Grayscale: #8E8E8E. Windows color (decimal): -15605715 or 3006481. OLE color: 3006481.
HSL color Cylindrical-coordinate representation of color #11E02D: hue angle of 128.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E02D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 45 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.12 |
| HSL | 128.12º | 0.86% | 0.47% | - |
| HSV(B) | 128.12º | 0.92% | 0.88% | - |
| XYZ | 27.36 | 53.62 | 11.39 | - |
| YUV | 141.7 | 73.42 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 45 | 0.92 | 0 | 0.80 | 0.12 | 128.12 | 0.86 | 0.47 |
| Hex | 11 | E0 | 2D | 5C | 0 | 50 | C | 80 | 56 | 2F |
| Octal | 21 | 340 | 55 | 134 | 0 | 120 | 14 | 200 | 126 | 57 |
| Binary | 10001 | 11100000 | 101101 | 1011100 | 0 | 1010000 | 1100 | 10000000 | 1010110 | 101111 |
Color Harmonies of #11E02D
Complementary color
Monochromatic Colors of #11E02D
Black with #11E02D
Text Example
Text Example
White with #11E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E02D; }
p { color: rgb(17,224,45); }
H1.HeaderClassName
{
color: #11E02D;
}
.AnyTagClassName
{
color: #11E02D;
}
</style>
background-color css
<style>
a { background-color: #11E02D; }
a { background-color: rgb(17,224,45); }
div.DivClassName
{
background-color: #11E02D;
}
.BgClassName
{
background-color: #11E02D;
}
</style>
border-color css
<style>
span { border-color: #11E02D; }
span { border-color: rgb(17,224,45); }
td.TdClassName
{
border-color: #11E02D;
}
.TagClassName
{
border-color: #11E02D;
}
</style>