Shades of Free Speech Green #1EDD16
Tints of Free Speech Green #1EDD16
RGB
CMYK
RGB Variations
Color information
#1EDD16 (or 0x1EDD16) is known color: Free Speech Green. HEX triplet: 1E, DD and 16. RGB value is (30,221,22). Sum of RGB (Red+Green+Blue) = 30+221+22=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDD16 is #E122E9. Grayscale: #8D8D8D. Windows color (decimal): -14754538 or 1498398. OLE color: 1498398.
HSL color Cylindrical-coordinate representation of color #1EDD16: hue angle of 117.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EDD16 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 22 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.13 |
| HSL | 117.59º | 0.82% | 0.48% | - |
| HSV(B) | 117.59º | 0.9% | 0.87% | - |
| XYZ | 26.54 | 52.05 | 9.41 | - |
| YUV | 141.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 22 | 0.86 | 0 | 0.90 | 0.13 | 117.59 | 0.82 | 0.48 |
| Hex | 1E | DD | 16 | 56 | 0 | 5A | D | 76 | 52 | 30 |
| Octal | 36 | 335 | 26 | 126 | 0 | 132 | 15 | 166 | 122 | 60 |
| Binary | 11110 | 11011101 | 10110 | 1010110 | 0 | 1011010 | 1101 | 1110110 | 1010010 | 110000 |
Color Harmonies of #1EDD16
Complementary color
Monochromatic Colors of #1EDD16
Black with #1EDD16
Text Example
Text Example
White with #1EDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD16; }
p { color: rgb(30,221,22); }
H1.HeaderClassName
{
color: #1EDD16;
}
.AnyTagClassName
{
color: #1EDD16;
}
</style>
background-color css
<style>
a { background-color: #1EDD16; }
a { background-color: rgb(30,221,22); }
div.DivClassName
{
background-color: #1EDD16;
}
.BgClassName
{
background-color: #1EDD16;
}
</style>
border-color css
<style>
span { border-color: #1EDD16; }
span { border-color: rgb(30,221,22); }
td.TdClassName
{
border-color: #1EDD16;
}
.TagClassName
{
border-color: #1EDD16;
}
</style>