Shades of Free Speech Green #1EEF18
Tints of Free Speech Green #1EEF18
RGB
CMYK
RGB Variations
Color information
#1EEF18 (or 0x1EEF18) is known color: Free Speech Green. HEX triplet: 1E, EF and 18. RGB value is (30,239,24). Sum of RGB (Red+Green+Blue) = 30+239+24=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 239 (93.75% from 255 or 81.57% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEF18 is #E110E7. Grayscale: #989898. Windows color (decimal): -14749928 or 1634078. OLE color: 1634078.
HSL color Cylindrical-coordinate representation of color #1EEF18: hue angle of 118.33º degrees, saturation: 0.87, 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 #1EEF18 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 24 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.06 |
| HSL | 118.33º | 0.87% | 0.52% | - |
| HSV(B) | 118.33º | 0.9% | 0.94% | - |
| XYZ | 31.57 | 62.07 | 11.18 | - |
| YUV | 152 | 55.76 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 24 | 0.87 | 0 | 0.90 | 0.06 | 118.33 | 0.87 | 0.52 |
| Hex | 1E | EF | 18 | 57 | 0 | 5A | 6 | 76 | 57 | 34 |
| Octal | 36 | 357 | 30 | 127 | 0 | 132 | 6 | 166 | 127 | 64 |
| Binary | 11110 | 11101111 | 11000 | 1010111 | 0 | 1011010 | 110 | 1110110 | 1010111 | 110100 |
Color Harmonies of #1EEF18
Complementary color
Monochromatic Colors of #1EEF18
Black with #1EEF18
Text Example
Text Example
White with #1EEF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF18; }
p { color: rgb(30,239,24); }
H1.HeaderClassName
{
color: #1EEF18;
}
.AnyTagClassName
{
color: #1EEF18;
}
</style>
background-color css
<style>
a { background-color: #1EEF18; }
a { background-color: rgb(30,239,24); }
div.DivClassName
{
background-color: #1EEF18;
}
.BgClassName
{
background-color: #1EEF18;
}
</style>
border-color css
<style>
span { border-color: #1EEF18; }
span { border-color: rgb(30,239,24); }
td.TdClassName
{
border-color: #1EEF18;
}
.TagClassName
{
border-color: #1EEF18;
}
</style>