Shades of Free Speech Green #1EF012
Tints of Free Speech Green #1EF012
RGB
CMYK
RGB Variations
Color information
#1EF012 (or 0x1EF012) is known color: Free Speech Green. HEX triplet: 1E, F0 and 12. RGB value is (30,240,18). Sum of RGB (Red+Green+Blue) = 30+240+18=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 240 (94.14% from 255 or 83.33% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF012 is #E10FED. Grayscale: #989898. Windows color (decimal): -14749678 or 1241118. OLE color: 1241118.
HSL color Cylindrical-coordinate representation of color #1EF012: hue angle of 116.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EF012 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 18 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.06 |
| HSL | 116.76º | 0.88% | 0.51% | - |
| HSV(B) | 116.76º | 0.93% | 0.94% | - |
| XYZ | 31.8 | 62.64 | 10.99 | - |
| YUV | 151.9 | 52.43 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 18 | 0.87 | 0 | 0.92 | 0.06 | 116.76 | 0.88 | 0.51 |
| Hex | 1E | F0 | 12 | 57 | 0 | 5C | 6 | 75 | 58 | 33 |
| Octal | 36 | 360 | 22 | 127 | 0 | 134 | 6 | 165 | 130 | 63 |
| Binary | 11110 | 11110000 | 10010 | 1010111 | 0 | 1011100 | 110 | 1110101 | 1011000 | 110011 |
Color Harmonies of #1EF012
Complementary color
Monochromatic Colors of #1EF012
Black with #1EF012
Text Example
Text Example
White with #1EF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF012; }
p { color: rgb(30,240,18); }
H1.HeaderClassName
{
color: #1EF012;
}
.AnyTagClassName
{
color: #1EF012;
}
</style>
background-color css
<style>
a { background-color: #1EF012; }
a { background-color: rgb(30,240,18); }
div.DivClassName
{
background-color: #1EF012;
}
.BgClassName
{
background-color: #1EF012;
}
</style>
border-color css
<style>
span { border-color: #1EF012; }
span { border-color: rgb(30,240,18); }
td.TdClassName
{
border-color: #1EF012;
}
.TagClassName
{
border-color: #1EF012;
}
</style>