Shades of Free Speech Green #1EED17
Tints of Free Speech Green #1EED17
RGB
CMYK
RGB Variations
Color information
#1EED17 (or 0x1EED17) is known color: Free Speech Green. HEX triplet: 1E, ED and 17. RGB value is (30,237,23). Sum of RGB (Red+Green+Blue) = 30+237+23=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 237 (92.97% from 255 or 81.72% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EED17 is #E112E8. Grayscale: #979797. Windows color (decimal): -14750441 or 1568030. OLE color: 1568030.
HSL color Cylindrical-coordinate representation of color #1EED17: hue angle of 118.04º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EED17 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 23 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.07 |
| HSL | 118.04º | 0.86% | 0.51% | - |
| HSV(B) | 118.04º | 0.9% | 0.93% | - |
| XYZ | 30.97 | 60.91 | 10.93 | - |
| YUV | 150.71 | 55.92 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 23 | 0.87 | 0 | 0.90 | 0.07 | 118.04 | 0.86 | 0.51 |
| Hex | 1E | ED | 17 | 57 | 0 | 5A | 7 | 76 | 56 | 33 |
| Octal | 36 | 355 | 27 | 127 | 0 | 132 | 7 | 166 | 126 | 63 |
| Binary | 11110 | 11101101 | 10111 | 1010111 | 0 | 1011010 | 111 | 1110110 | 1010110 | 110011 |
Color Harmonies of #1EED17
Complementary color
Monochromatic Colors of #1EED17
Black with #1EED17
Text Example
Text Example
White with #1EED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED17; }
p { color: rgb(30,237,23); }
H1.HeaderClassName
{
color: #1EED17;
}
.AnyTagClassName
{
color: #1EED17;
}
</style>
background-color css
<style>
a { background-color: #1EED17; }
a { background-color: rgb(30,237,23); }
div.DivClassName
{
background-color: #1EED17;
}
.BgClassName
{
background-color: #1EED17;
}
</style>
border-color css
<style>
span { border-color: #1EED17; }
span { border-color: rgb(30,237,23); }
td.TdClassName
{
border-color: #1EED17;
}
.TagClassName
{
border-color: #1EED17;
}
</style>