Shades of Free Speech Green #1EDD13
Tints of Free Speech Green #1EDD13
RGB
CMYK
RGB Variations
Color information
#1EDD13 (or 0x1EDD13) is known color: Free Speech Green. HEX triplet: 1E, DD and 13. RGB value is (30,221,19). Sum of RGB (Red+Green+Blue) = 30+221+19=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 221 (86.72% from 255 or 81.85% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDD13 is #E122EC. Grayscale: #8D8D8D. Windows color (decimal): -14754541 or 1301790. OLE color: 1301790.
HSL color Cylindrical-coordinate representation of color #1EDD13: hue angle of 116.73º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EDD13 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 19 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.13 |
| HSL | 116.73º | 0.84% | 0.47% | - |
| HSV(B) | 116.73º | 0.91% | 0.87% | - |
| XYZ | 26.51 | 52.04 | 9.26 | - |
| YUV | 140.86 | 59.22 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 19 | 0.86 | 0 | 0.91 | 0.13 | 116.73 | 0.84 | 0.47 |
| Hex | 1E | DD | 13 | 56 | 0 | 5B | D | 75 | 54 | 2F |
| Octal | 36 | 335 | 23 | 126 | 0 | 133 | 15 | 165 | 124 | 57 |
| Binary | 11110 | 11011101 | 10011 | 1010110 | 0 | 1011011 | 1101 | 1110101 | 1010100 | 101111 |
Color Harmonies of #1EDD13
Complementary color
Monochromatic Colors of #1EDD13
Black with #1EDD13
Text Example
Text Example
White with #1EDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD13; }
p { color: rgb(30,221,19); }
H1.HeaderClassName
{
color: #1EDD13;
}
.AnyTagClassName
{
color: #1EDD13;
}
</style>
background-color css
<style>
a { background-color: #1EDD13; }
a { background-color: rgb(30,221,19); }
div.DivClassName
{
background-color: #1EDD13;
}
.BgClassName
{
background-color: #1EDD13;
}
</style>
border-color css
<style>
span { border-color: #1EDD13; }
span { border-color: rgb(30,221,19); }
td.TdClassName
{
border-color: #1EDD13;
}
.TagClassName
{
border-color: #1EDD13;
}
</style>