Shades of Free Speech Green #1EEE10
Tints of Free Speech Green #1EEE10
RGB
CMYK
RGB Variations
Color information
#1EEE10 (or 0x1EEE10) is known color: Free Speech Green. HEX triplet: 1E, EE and 10. RGB value is (30,238,16). Sum of RGB (Red+Green+Blue) = 30+238+16=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 238 (93.36% from 255 or 83.80% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEE10 is #E111EF. Grayscale: #979797. Windows color (decimal): -14750192 or 1109534. OLE color: 1109534.
HSL color Cylindrical-coordinate representation of color #1EEE10: hue angle of 116.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EEE10 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.07 |
| HSL | 116.22º | 0.87% | 0.5% | - |
| HSV(B) | 116.22º | 0.93% | 0.93% | - |
| XYZ | 31.2 | 61.46 | 10.71 | - |
| YUV | 150.5 | 52.09 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 16 | 0.87 | 0 | 0.93 | 0.07 | 116.22 | 0.87 | 0.5 |
| Hex | 1E | EE | 10 | 57 | 0 | 5D | 7 | 74 | 57 | 32 |
| Octal | 36 | 356 | 20 | 127 | 0 | 135 | 7 | 164 | 127 | 62 |
| Binary | 11110 | 11101110 | 10000 | 1010111 | 0 | 1011101 | 111 | 1110100 | 1010111 | 110010 |
Color Harmonies of #1EEE10
Complementary color
Monochromatic Colors of #1EEE10
Black with #1EEE10
Text Example
Text Example
White with #1EEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE10; }
p { color: rgb(30,238,16); }
H1.HeaderClassName
{
color: #1EEE10;
}
.AnyTagClassName
{
color: #1EEE10;
}
</style>
background-color css
<style>
a { background-color: #1EEE10; }
a { background-color: rgb(30,238,16); }
div.DivClassName
{
background-color: #1EEE10;
}
.BgClassName
{
background-color: #1EEE10;
}
</style>
border-color css
<style>
span { border-color: #1EEE10; }
span { border-color: rgb(30,238,16); }
td.TdClassName
{
border-color: #1EEE10;
}
.TagClassName
{
border-color: #1EEE10;
}
</style>