Shades of Free Speech Green #1EDC15
Tints of Free Speech Green #1EDC15
RGB
CMYK
RGB Variations
Color information
#1EDC15 (or 0x1EDC15) is known color: Free Speech Green. HEX triplet: 1E, DC and 15. RGB value is (30,220,21). Sum of RGB (Red+Green+Blue) = 30+220+21=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC15 is #E123EA. Grayscale: #8D8D8D. Windows color (decimal): -14754795 or 1432606. OLE color: 1432606.
HSL color Cylindrical-coordinate representation of color #1EDC15: hue angle of 117.29º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EDC15 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.14 |
| HSL | 117.29º | 0.83% | 0.47% | - |
| HSV(B) | 117.29º | 0.9% | 0.86% | - |
| XYZ | 26.26 | 51.52 | 9.27 | - |
| YUV | 140.5 | 60.55 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 21 | 0.86 | 0 | 0.90 | 0.14 | 117.29 | 0.83 | 0.47 |
| Hex | 1E | DC | 15 | 56 | 0 | 5A | E | 75 | 53 | 2F |
| Octal | 36 | 334 | 25 | 126 | 0 | 132 | 16 | 165 | 123 | 57 |
| Binary | 11110 | 11011100 | 10101 | 1010110 | 0 | 1011010 | 1110 | 1110101 | 1010011 | 101111 |
Color Harmonies of #1EDC15
Complementary color
Monochromatic Colors of #1EDC15
Black with #1EDC15
Text Example
Text Example
White with #1EDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC15; }
p { color: rgb(30,220,21); }
H1.HeaderClassName
{
color: #1EDC15;
}
.AnyTagClassName
{
color: #1EDC15;
}
</style>
background-color css
<style>
a { background-color: #1EDC15; }
a { background-color: rgb(30,220,21); }
div.DivClassName
{
background-color: #1EDC15;
}
.BgClassName
{
background-color: #1EDC15;
}
</style>
border-color css
<style>
span { border-color: #1EDC15; }
span { border-color: rgb(30,220,21); }
td.TdClassName
{
border-color: #1EDC15;
}
.TagClassName
{
border-color: #1EDC15;
}
</style>