Shades of Free Speech Green #1EE515
Tints of Free Speech Green #1EE515
RGB
CMYK
RGB Variations
Color information
#1EE515 (or 0x1EE515) is known color: Free Speech Green. HEX triplet: 1E, E5 and 15. RGB value is (30,229,21). Sum of RGB (Red+Green+Blue) = 30+229+21=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 229 (89.84% from 255 or 81.79% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 229 - color contains mainly: green. Hex color #1EE515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE515 is #E11AEA. Grayscale: #929292. Windows color (decimal): -14752491 or 1434910. OLE color: 1434910.
HSL color Cylindrical-coordinate representation of color #1EE515: hue angle of 117.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EE515 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 30 | 229 | 21 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.10 |
| HSL | 117.4º | 0.83% | 0.49% | - |
| HSV(B) | 117.4º | 0.91% | 0.9% | - |
| XYZ | 28.69 | 56.37 | 10.08 | - |
| YUV | 145.79 | 57.57 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 21 | 0.87 | 0 | 0.91 | 0.10 | 117.4 | 0.83 | 0.49 |
| Hex | 1E | E5 | 15 | 57 | 0 | 5B | A | 75 | 53 | 31 |
| Octal | 36 | 345 | 25 | 127 | 0 | 133 | 12 | 165 | 123 | 61 |
| Binary | 11110 | 11100101 | 10101 | 1010111 | 0 | 1011011 | 1010 | 1110101 | 1010011 | 110001 |
Color Harmonies of #1EE515
Complementary color
Monochromatic Colors of #1EE515
Black with #1EE515
Text Example
Text Example
White with #1EE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE515; }
p { color: rgb(30,229,21); }
H1.HeaderClassName
{
color: #1EE515;
}
.AnyTagClassName
{
color: #1EE515;
}
</style>
background-color css
<style>
a { background-color: #1EE515; }
a { background-color: rgb(30,229,21); }
div.DivClassName
{
background-color: #1EE515;
}
.BgClassName
{
background-color: #1EE515;
}
</style>
border-color css
<style>
span { border-color: #1EE515; }
span { border-color: rgb(30,229,21); }
td.TdClassName
{
border-color: #1EE515;
}
.TagClassName
{
border-color: #1EE515;
}
</style>