Shades of Free Speech Green #1EDD15
Tints of Free Speech Green #1EDD15
RGB
CMYK
RGB Variations
Color information
#1EDD15 (or 0x1EDD15) is known color: Free Speech Green. HEX triplet: 1E, DD and 15. RGB value is (30,221,21). Sum of RGB (Red+Green+Blue) = 30+221+21=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDD15 is #E122EA. Grayscale: #8D8D8D. Windows color (decimal): -14754539 or 1432862. OLE color: 1432862.
HSL color Cylindrical-coordinate representation of color #1EDD15: hue angle of 117.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EDD15 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.13 |
| HSL | 117.3º | 0.83% | 0.47% | - |
| HSV(B) | 117.3º | 0.9% | 0.87% | - |
| XYZ | 26.53 | 52.04 | 9.36 | - |
| YUV | 141.09 | 60.22 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 21 | 0.86 | 0 | 0.90 | 0.13 | 117.3 | 0.83 | 0.47 |
| Hex | 1E | DD | 15 | 56 | 0 | 5A | D | 75 | 53 | 2F |
| Octal | 36 | 335 | 25 | 126 | 0 | 132 | 15 | 165 | 123 | 57 |
| Binary | 11110 | 11011101 | 10101 | 1010110 | 0 | 1011010 | 1101 | 1110101 | 1010011 | 101111 |
Color Harmonies of #1EDD15
Complementary color
Monochromatic Colors of #1EDD15
Black with #1EDD15
Text Example
Text Example
White with #1EDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD15; }
p { color: rgb(30,221,21); }
H1.HeaderClassName
{
color: #1EDD15;
}
.AnyTagClassName
{
color: #1EDD15;
}
</style>
background-color css
<style>
a { background-color: #1EDD15; }
a { background-color: rgb(30,221,21); }
div.DivClassName
{
background-color: #1EDD15;
}
.BgClassName
{
background-color: #1EDD15;
}
</style>
border-color css
<style>
span { border-color: #1EDD15; }
span { border-color: rgb(30,221,21); }
td.TdClassName
{
border-color: #1EDD15;
}
.TagClassName
{
border-color: #1EDD15;
}
</style>