Shades of Free Speech Green #1EE205
Tints of Free Speech Green #1EE205
RGB
CMYK
RGB Variations
Color information
#1EE205 (or 0x1EE205) is known color: Free Speech Green. HEX triplet: 1E, E2 and 05. RGB value is (30,226,5). Sum of RGB (Red+Green+Blue) = 30+226+5=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 226 (88.67% from 255 or 86.59% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 226 - color contains mainly: green. Hex color #1EE205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE205 is #E11DFA. Grayscale: #8E8E8E. Windows color (decimal): -14753275 or 385566. OLE color: 385566.
HSL color Cylindrical-coordinate representation of color #1EE205: hue angle of 113.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EE205 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 226 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.11 |
| HSL | 113.21º | 0.96% | 0.45% | - |
| HSV(B) | 113.21º | 0.98% | 0.89% | - |
| XYZ | 27.76 | 54.68 | 9.23 | - |
| YUV | 142.2 | 50.57 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 226 | 5 | 0.87 | 0 | 0.98 | 0.11 | 113.21 | 0.96 | 0.45 |
| Hex | 1E | E2 | 5 | 57 | 0 | 62 | B | 71 | 60 | 2D |
| Octal | 36 | 342 | 5 | 127 | 0 | 142 | 13 | 161 | 140 | 55 |
| Binary | 11110 | 11100010 | 101 | 1010111 | 0 | 1100010 | 1011 | 1110001 | 1100000 | 101101 |
Color Harmonies of #1EE205
Complementary color
Monochromatic Colors of #1EE205
Black with #1EE205
Text Example
Text Example
White with #1EE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE205; }
p { color: rgb(30,226,5); }
H1.HeaderClassName
{
color: #1EE205;
}
.AnyTagClassName
{
color: #1EE205;
}
</style>
background-color css
<style>
a { background-color: #1EE205; }
a { background-color: rgb(30,226,5); }
div.DivClassName
{
background-color: #1EE205;
}
.BgClassName
{
background-color: #1EE205;
}
</style>
border-color css
<style>
span { border-color: #1EE205; }
span { border-color: rgb(30,226,5); }
td.TdClassName
{
border-color: #1EE205;
}
.TagClassName
{
border-color: #1EE205;
}
</style>