Shades of Free Speech Green #1EE913
Tints of Free Speech Green #1EE913
RGB
CMYK
RGB Variations
Color information
#1EE913 (or 0x1EE913) is known color: Free Speech Green. HEX triplet: 1E, E9 and 13. RGB value is (30,233,19). Sum of RGB (Red+Green+Blue) = 30+233+19=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 233 (91.41% from 255 or 82.62% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE913 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EE913 is #E116EC. Grayscale: #949494. Windows color (decimal): -14751469 or 1304862. OLE color: 1304862.
HSL color Cylindrical-coordinate representation of color #1EE913: hue angle of 116.92º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EE913 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 19 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.09 |
| HSL | 116.92º | 0.85% | 0.49% | - |
| HSV(B) | 116.92º | 0.92% | 0.91% | - |
| XYZ | 29.79 | 58.6 | 10.36 | - |
| YUV | 147.91 | 55.25 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 19 | 0.87 | 0 | 0.92 | 0.09 | 116.92 | 0.85 | 0.49 |
| Hex | 1E | E9 | 13 | 57 | 0 | 5C | 9 | 75 | 55 | 31 |
| Octal | 36 | 351 | 23 | 127 | 0 | 134 | 11 | 165 | 125 | 61 |
| Binary | 11110 | 11101001 | 10011 | 1010111 | 0 | 1011100 | 1001 | 1110101 | 1010101 | 110001 |
Color Harmonies of #1EE913
Complementary color
Monochromatic Colors of #1EE913
Black with #1EE913
Text Example
Text Example
White with #1EE913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE913; }
p { color: rgb(30,233,19); }
H1.HeaderClassName
{
color: #1EE913;
}
.AnyTagClassName
{
color: #1EE913;
}
</style>
background-color css
<style>
a { background-color: #1EE913; }
a { background-color: rgb(30,233,19); }
div.DivClassName
{
background-color: #1EE913;
}
.BgClassName
{
background-color: #1EE913;
}
</style>
border-color css
<style>
span { border-color: #1EE913; }
span { border-color: rgb(30,233,19); }
td.TdClassName
{
border-color: #1EE913;
}
.TagClassName
{
border-color: #1EE913;
}
</style>