Shades of Free Speech Green #1EDC17
Tints of Free Speech Green #1EDC17
RGB
CMYK
RGB Variations
Color information
#1EDC17 (or 0x1EDC17) is known color: Free Speech Green. HEX triplet: 1E, DC and 17. RGB value is (30,220,23). Sum of RGB (Red+Green+Blue) = 30+220+23=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC17 is #E123E8. Grayscale: #8D8D8D. Windows color (decimal): -14754793 or 1563678. OLE color: 1563678.
HSL color Cylindrical-coordinate representation of color #1EDC17: hue angle of 117.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EDC17 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 23 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.14 |
| HSL | 117.87º | 0.81% | 0.48% | - |
| HSV(B) | 117.87º | 0.9% | 0.86% | - |
| XYZ | 26.28 | 51.52 | 9.37 | - |
| YUV | 140.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 23 | 0.86 | 0 | 0.90 | 0.14 | 117.87 | 0.81 | 0.48 |
| Hex | 1E | DC | 17 | 56 | 0 | 5A | E | 76 | 51 | 30 |
| Octal | 36 | 334 | 27 | 126 | 0 | 132 | 16 | 166 | 121 | 60 |
| Binary | 11110 | 11011100 | 10111 | 1010110 | 0 | 1011010 | 1110 | 1110110 | 1010001 | 110000 |
Color Harmonies of #1EDC17
Complementary color
Monochromatic Colors of #1EDC17
Black with #1EDC17
Text Example
Text Example
White with #1EDC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC17; }
p { color: rgb(30,220,23); }
H1.HeaderClassName
{
color: #1EDC17;
}
.AnyTagClassName
{
color: #1EDC17;
}
</style>
background-color css
<style>
a { background-color: #1EDC17; }
a { background-color: rgb(30,220,23); }
div.DivClassName
{
background-color: #1EDC17;
}
.BgClassName
{
background-color: #1EDC17;
}
</style>
border-color css
<style>
span { border-color: #1EDC17; }
span { border-color: rgb(30,220,23); }
td.TdClassName
{
border-color: #1EDC17;
}
.TagClassName
{
border-color: #1EDC17;
}
</style>