Shades of Free Speech Green #11EF2D
Tints of Free Speech Green #11EF2D
RGB
CMYK
RGB Variations
Color information
#11EF2D (or 0x11EF2D) is known color: Free Speech Green. HEX triplet: 11, EF and 2D. RGB value is (17,239,45). Sum of RGB (Red+Green+Blue) = 17+239+45=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 239 (93.75% from 255 or 79.40% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 239 - color contains mainly: green. Hex color #11EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11EF2D is #EE10D2. Grayscale: #979797. Windows color (decimal): -15601875 or 3010321. OLE color: 3010321.
HSL color Cylindrical-coordinate representation of color #11EF2D: hue angle of 127.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EF2D is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 239 | 45 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.06 |
| HSL | 127.57º | 0.87% | 0.5% | - |
| HSV(B) | 127.57º | 0.93% | 0.94% | - |
| XYZ | 31.57 | 62.04 | 12.79 | - |
| YUV | 150.51 | 68.45 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 239 | 45 | 0.93 | 0 | 0.81 | 0.06 | 127.57 | 0.87 | 0.5 |
| Hex | 11 | EF | 2D | 5D | 0 | 51 | 6 | 80 | 57 | 32 |
| Octal | 21 | 357 | 55 | 135 | 0 | 121 | 6 | 200 | 127 | 62 |
| Binary | 10001 | 11101111 | 101101 | 1011101 | 0 | 1010001 | 110 | 10000000 | 1010111 | 110010 |
Color Harmonies of #11EF2D
Complementary color
Monochromatic Colors of #11EF2D
Black with #11EF2D
Text Example
Text Example
White with #11EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EF2D; }
p { color: rgb(17,239,45); }
H1.HeaderClassName
{
color: #11EF2D;
}
.AnyTagClassName
{
color: #11EF2D;
}
</style>
background-color css
<style>
a { background-color: #11EF2D; }
a { background-color: rgb(17,239,45); }
div.DivClassName
{
background-color: #11EF2D;
}
.BgClassName
{
background-color: #11EF2D;
}
</style>
border-color css
<style>
span { border-color: #11EF2D; }
span { border-color: rgb(17,239,45); }
td.TdClassName
{
border-color: #11EF2D;
}
.TagClassName
{
border-color: #11EF2D;
}
</style>