Shades of Free Speech Green #1EE81A
Tints of Free Speech Green #1EE81A
RGB
CMYK
RGB Variations
Color information
#1EE81A (or 0x1EE81A) is known color: Free Speech Green. HEX triplet: 1E, E8 and 1A. RGB value is (30,232,26). Sum of RGB (Red+Green+Blue) = 30+232+26=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 232 (91.02% from 255 or 80.56% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 232 - color contains mainly: green. Hex color #1EE81A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EE81A is #E117E5. Grayscale: #949494. Windows color (decimal): -14751718 or 1763358. OLE color: 1763358.
HSL color Cylindrical-coordinate representation of color #1EE81A: hue angle of 118.83º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EE81A is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 232 | 26 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.09 |
| HSL | 118.83º | 0.82% | 0.51% | - |
| HSV(B) | 118.83º | 0.89% | 0.91% | - |
| XYZ | 29.58 | 58.06 | 10.63 | - |
| YUV | 148.12 | 59.08 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 232 | 26 | 0.87 | 0 | 0.89 | 0.09 | 118.83 | 0.82 | 0.51 |
| Hex | 1E | E8 | 1A | 57 | 0 | 59 | 9 | 77 | 52 | 33 |
| Octal | 36 | 350 | 32 | 127 | 0 | 131 | 11 | 167 | 122 | 63 |
| Binary | 11110 | 11101000 | 11010 | 1010111 | 0 | 1011001 | 1001 | 1110111 | 1010010 | 110011 |
Color Harmonies of #1EE81A
Complementary color
Monochromatic Colors of #1EE81A
Black with #1EE81A
Text Example
Text Example
White with #1EE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE81A; }
p { color: rgb(30,232,26); }
H1.HeaderClassName
{
color: #1EE81A;
}
.AnyTagClassName
{
color: #1EE81A;
}
</style>
background-color css
<style>
a { background-color: #1EE81A; }
a { background-color: rgb(30,232,26); }
div.DivClassName
{
background-color: #1EE81A;
}
.BgClassName
{
background-color: #1EE81A;
}
</style>
border-color css
<style>
span { border-color: #1EE81A; }
span { border-color: rgb(30,232,26); }
td.TdClassName
{
border-color: #1EE81A;
}
.TagClassName
{
border-color: #1EE81A;
}
</style>