Shades of Free Speech Green #1EF018
Tints of Free Speech Green #1EF018
RGB
CMYK
RGB Variations
Color information
#1EF018 (or 0x1EF018) is known color: Free Speech Green. HEX triplet: 1E, F0 and 18. RGB value is (30,240,24). Sum of RGB (Red+Green+Blue) = 30+240+24=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 240 (94.14% from 255 or 81.63% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF018 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF018 is #E10FE7. Grayscale: #999999. Windows color (decimal): -14749672 or 1634334. OLE color: 1634334.
HSL color Cylindrical-coordinate representation of color #1EF018: hue angle of 118.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EF018 is Cyan = 0.87, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 24 | - |
| CMYK | 0.87 | 0 | 0.9 | 0.06 |
| HSL | 118.33º | 0.88% | 0.52% | - |
| HSV(B) | 118.33º | 0.9% | 0.94% | - |
| XYZ | 31.86 | 62.66 | 11.28 | - |
| YUV | 152.59 | 55.43 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 24 | 0.87 | 0 | 0.9 | 0.06 | 118.33 | 0.88 | 0.52 |
| Hex | 1E | F0 | 18 | 57 | 0 | 5A | 6 | 76 | 58 | 34 |
| Octal | 36 | 360 | 30 | 127 | 0 | 132 | 6 | 166 | 130 | 64 |
| Binary | 11110 | 11110000 | 11000 | 1010111 | 0 | 1011010 | 110 | 1110110 | 1011000 | 110100 |
Color Harmonies of #1EF018
Complementary color
Monochromatic Colors of #1EF018
Black with #1EF018
Text Example
Text Example
White with #1EF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF018; }
p { color: rgb(30,240,24); }
H1.HeaderClassName
{
color: #1EF018;
}
.AnyTagClassName
{
color: #1EF018;
}
</style>
background-color css
<style>
a { background-color: #1EF018; }
a { background-color: rgb(30,240,24); }
div.DivClassName
{
background-color: #1EF018;
}
.BgClassName
{
background-color: #1EF018;
}
</style>
border-color css
<style>
span { border-color: #1EF018; }
span { border-color: rgb(30,240,24); }
td.TdClassName
{
border-color: #1EF018;
}
.TagClassName
{
border-color: #1EF018;
}
</style>