Shades of Free Speech Green #1EE516
Tints of Free Speech Green #1EE516
RGB
CMYK
RGB Variations
Color information
#1EE516 (or 0x1EE516) is known color: Free Speech Green. HEX triplet: 1E, E5 and 16. RGB value is (30,229,22). Sum of RGB (Red+Green+Blue) = 30+229+22=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 229 (89.84% from 255 or 81.49% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 229 - color contains mainly: green. Hex color #1EE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE516 is #E11AE9. Grayscale: #929292. Windows color (decimal): -14752490 or 1500446. OLE color: 1500446.
HSL color Cylindrical-coordinate representation of color #1EE516: hue angle of 117.68º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EE516 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 229 | 22 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.10 |
| HSL | 117.68º | 0.82% | 0.49% | - |
| HSV(B) | 117.68º | 0.9% | 0.9% | - |
| XYZ | 28.7 | 56.37 | 10.13 | - |
| YUV | 145.9 | 58.07 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 22 | 0.87 | 0 | 0.90 | 0.10 | 117.68 | 0.82 | 0.49 |
| Hex | 1E | E5 | 16 | 57 | 0 | 5A | A | 76 | 52 | 31 |
| Octal | 36 | 345 | 26 | 127 | 0 | 132 | 12 | 166 | 122 | 61 |
| Binary | 11110 | 11100101 | 10110 | 1010111 | 0 | 1011010 | 1010 | 1110110 | 1010010 | 110001 |
Color Harmonies of #1EE516
Complementary color
Monochromatic Colors of #1EE516
Black with #1EE516
Text Example
Text Example
White with #1EE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE516; }
p { color: rgb(30,229,22); }
H1.HeaderClassName
{
color: #1EE516;
}
.AnyTagClassName
{
color: #1EE516;
}
</style>
background-color css
<style>
a { background-color: #1EE516; }
a { background-color: rgb(30,229,22); }
div.DivClassName
{
background-color: #1EE516;
}
.BgClassName
{
background-color: #1EE516;
}
</style>
border-color css
<style>
span { border-color: #1EE516; }
span { border-color: rgb(30,229,22); }
td.TdClassName
{
border-color: #1EE516;
}
.TagClassName
{
border-color: #1EE516;
}
</style>