Shades of Free Speech Green #1EE902
Tints of Free Speech Green #1EE902
RGB
CMYK
RGB Variations
Color information
#1EE902 (or 0x1EE902) is known color: Free Speech Green. HEX triplet: 1E, E9 and 02. RGB value is (30,233,2). Sum of RGB (Red+Green+Blue) = 30+233+2=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 233 (91.41% from 255 or 87.92% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EE902 is #E116FD. Grayscale: #929292. Windows color (decimal): -14751486 or 190750. OLE color: 190750.
HSL color Cylindrical-coordinate representation of color #1EE902: hue angle of 112.73º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EE902 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.09 |
| HSL | 112.73º | 0.98% | 0.46% | - |
| HSV(B) | 112.73º | 0.99% | 0.91% | - |
| XYZ | 29.69 | 58.56 | 9.8 | - |
| YUV | 145.97 | 46.75 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 2 | 0.87 | 0 | 0.99 | 0.09 | 112.73 | 0.98 | 0.46 |
| Hex | 1E | E9 | 2 | 57 | 0 | 63 | 9 | 71 | 62 | 2E |
| Octal | 36 | 351 | 2 | 127 | 0 | 143 | 11 | 161 | 142 | 56 |
| Binary | 11110 | 11101001 | 10 | 1010111 | 0 | 1100011 | 1001 | 1110001 | 1100010 | 101110 |
Color Harmonies of #1EE902
Complementary color
Monochromatic Colors of #1EE902
Black with #1EE902
Text Example
Text Example
White with #1EE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE902; }
p { color: rgb(30,233,2); }
H1.HeaderClassName
{
color: #1EE902;
}
.AnyTagClassName
{
color: #1EE902;
}
</style>
background-color css
<style>
a { background-color: #1EE902; }
a { background-color: rgb(30,233,2); }
div.DivClassName
{
background-color: #1EE902;
}
.BgClassName
{
background-color: #1EE902;
}
</style>
border-color css
<style>
span { border-color: #1EE902; }
span { border-color: rgb(30,233,2); }
td.TdClassName
{
border-color: #1EE902;
}
.TagClassName
{
border-color: #1EE902;
}
</style>