Shades of Free Speech Green #1EED14
Tints of Free Speech Green #1EED14
RGB
CMYK
RGB Variations
Color information
#1EED14 (or 0x1EED14) is known color: Free Speech Green. HEX triplet: 1E, ED and 14. RGB value is (30,237,20). Sum of RGB (Red+Green+Blue) = 30+237+20=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 237 (92.97% from 255 or 82.58% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EED14 is #E112EB. Grayscale: #979797. Windows color (decimal): -14750444 or 1371422. OLE color: 1371422.
HSL color Cylindrical-coordinate representation of color #1EED14: hue angle of 117.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EED14 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 20 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.07 |
| HSL | 117.24º | 0.86% | 0.5% | - |
| HSV(B) | 117.24º | 0.92% | 0.93% | - |
| XYZ | 30.95 | 60.89 | 10.78 | - |
| YUV | 150.37 | 54.42 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 20 | 0.87 | 0 | 0.92 | 0.07 | 117.24 | 0.86 | 0.5 |
| Hex | 1E | ED | 14 | 57 | 0 | 5C | 7 | 75 | 56 | 32 |
| Octal | 36 | 355 | 24 | 127 | 0 | 134 | 7 | 165 | 126 | 62 |
| Binary | 11110 | 11101101 | 10100 | 1010111 | 0 | 1011100 | 111 | 1110101 | 1010110 | 110010 |
Color Harmonies of #1EED14
Complementary color
Monochromatic Colors of #1EED14
Black with #1EED14
Text Example
Text Example
White with #1EED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED14; }
p { color: rgb(30,237,20); }
H1.HeaderClassName
{
color: #1EED14;
}
.AnyTagClassName
{
color: #1EED14;
}
</style>
background-color css
<style>
a { background-color: #1EED14; }
a { background-color: rgb(30,237,20); }
div.DivClassName
{
background-color: #1EED14;
}
.BgClassName
{
background-color: #1EED14;
}
</style>
border-color css
<style>
span { border-color: #1EED14; }
span { border-color: rgb(30,237,20); }
td.TdClassName
{
border-color: #1EED14;
}
.TagClassName
{
border-color: #1EED14;
}
</style>