Shades of Free Speech Green #1EF211
Tints of Free Speech Green #1EF211
RGB
CMYK
RGB Variations
Color information
#1EF211 (or 0x1EF211) is known color: Free Speech Green. HEX triplet: 1E, F2 and 11. RGB value is (30,242,17). Sum of RGB (Red+Green+Blue) = 30+242+17=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 242 (94.92% from 255 or 83.74% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF211 is #E10DEE. Grayscale: #999999. Windows color (decimal): -14749167 or 1176094. OLE color: 1176094.
HSL color Cylindrical-coordinate representation of color #1EF211: hue angle of 116.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EF211 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 17 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.05 |
| HSL | 116.53º | 0.9% | 0.51% | - |
| HSV(B) | 116.53º | 0.93% | 0.95% | - |
| XYZ | 32.39 | 63.82 | 11.14 | - |
| YUV | 152.96 | 51.26 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 17 | 0.88 | 0 | 0.93 | 0.05 | 116.53 | 0.9 | 0.51 |
| Hex | 1E | F2 | 11 | 58 | 0 | 5D | 5 | 75 | 5A | 33 |
| Octal | 36 | 362 | 21 | 130 | 0 | 135 | 5 | 165 | 132 | 63 |
| Binary | 11110 | 11110010 | 10001 | 1011000 | 0 | 1011101 | 101 | 1110101 | 1011010 | 110011 |
Color Harmonies of #1EF211
Complementary color
Monochromatic Colors of #1EF211
Black with #1EF211
Text Example
Text Example
White with #1EF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF211; }
p { color: rgb(30,242,17); }
H1.HeaderClassName
{
color: #1EF211;
}
.AnyTagClassName
{
color: #1EF211;
}
</style>
background-color css
<style>
a { background-color: #1EF211; }
a { background-color: rgb(30,242,17); }
div.DivClassName
{
background-color: #1EF211;
}
.BgClassName
{
background-color: #1EF211;
}
</style>
border-color css
<style>
span { border-color: #1EF211; }
span { border-color: rgb(30,242,17); }
td.TdClassName
{
border-color: #1EF211;
}
.TagClassName
{
border-color: #1EF211;
}
</style>