Shades of Free Speech Green #1EF411
Tints of Free Speech Green #1EF411
RGB
CMYK
RGB Variations
Color information
#1EF411 (or 0x1EF411) is known color: Free Speech Green. HEX triplet: 1E, F4 and 11. RGB value is (30,244,17). Sum of RGB (Red+Green+Blue) = 30+244+17=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 244 (95.70% from 255 or 83.85% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF411 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF411 is #E10BEE. Grayscale: #9A9A9A. Windows color (decimal): -14748655 or 1176606. OLE color: 1176606.
HSL color Cylindrical-coordinate representation of color #1EF411: hue angle of 116.56º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EF411 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 17 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.04 |
| HSL | 116.56º | 0.91% | 0.51% | - |
| HSV(B) | 116.56º | 0.93% | 0.96% | - |
| XYZ | 32.99 | 65.02 | 11.34 | - |
| YUV | 154.14 | 50.6 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 17 | 0.88 | 0 | 0.93 | 0.04 | 116.56 | 0.91 | 0.51 |
| Hex | 1E | F4 | 11 | 58 | 0 | 5D | 4 | 75 | 5B | 33 |
| Octal | 36 | 364 | 21 | 130 | 0 | 135 | 4 | 165 | 133 | 63 |
| Binary | 11110 | 11110100 | 10001 | 1011000 | 0 | 1011101 | 100 | 1110101 | 1011011 | 110011 |
Color Harmonies of #1EF411
Complementary color
Monochromatic Colors of #1EF411
Black with #1EF411
Text Example
Text Example
White with #1EF411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF411; }
p { color: rgb(30,244,17); }
H1.HeaderClassName
{
color: #1EF411;
}
.AnyTagClassName
{
color: #1EF411;
}
</style>
background-color css
<style>
a { background-color: #1EF411; }
a { background-color: rgb(30,244,17); }
div.DivClassName
{
background-color: #1EF411;
}
.BgClassName
{
background-color: #1EF411;
}
</style>
border-color css
<style>
span { border-color: #1EF411; }
span { border-color: rgb(30,244,17); }
td.TdClassName
{
border-color: #1EF411;
}
.TagClassName
{
border-color: #1EF411;
}
</style>