Shades of Free Speech Green #1EEF10
Tints of Free Speech Green #1EEF10
RGB
CMYK
RGB Variations
Color information
#1EEF10 (or 0x1EEF10) is known color: Free Speech Green. HEX triplet: 1E, EF and 10. RGB value is (30,239,16). Sum of RGB (Red+Green+Blue) = 30+239+16=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEF10 is #E110EF. Grayscale: #979797. Windows color (decimal): -14749936 or 1109790. OLE color: 1109790.
HSL color Cylindrical-coordinate representation of color #1EEF10: hue angle of 116.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EEF10 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.06 |
| HSL | 116.23º | 0.87% | 0.5% | - |
| HSV(B) | 116.23º | 0.93% | 0.94% | - |
| XYZ | 31.5 | 62.05 | 10.81 | - |
| YUV | 151.09 | 51.76 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 16 | 0.87 | 0 | 0.93 | 0.06 | 116.23 | 0.87 | 0.5 |
| Hex | 1E | EF | 10 | 57 | 0 | 5D | 6 | 74 | 57 | 32 |
| Octal | 36 | 357 | 20 | 127 | 0 | 135 | 6 | 164 | 127 | 62 |
| Binary | 11110 | 11101111 | 10000 | 1010111 | 0 | 1011101 | 110 | 1110100 | 1010111 | 110010 |
Color Harmonies of #1EEF10
Complementary color
Monochromatic Colors of #1EEF10
Black with #1EEF10
Text Example
Text Example
White with #1EEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF10; }
p { color: rgb(30,239,16); }
H1.HeaderClassName
{
color: #1EEF10;
}
.AnyTagClassName
{
color: #1EEF10;
}
</style>
background-color css
<style>
a { background-color: #1EEF10; }
a { background-color: rgb(30,239,16); }
div.DivClassName
{
background-color: #1EEF10;
}
.BgClassName
{
background-color: #1EEF10;
}
</style>
border-color css
<style>
span { border-color: #1EEF10; }
span { border-color: rgb(30,239,16); }
td.TdClassName
{
border-color: #1EEF10;
}
.TagClassName
{
border-color: #1EEF10;
}
</style>