Shades of Free Speech Green #1EEF00
Tints of Free Speech Green #1EEF00
RGB
CMYK
RGB Variations
Color information
#1EEF00 (or 0x1EEF00) is known color: Free Speech Green. HEX triplet: 1E, EF and 00. RGB value is (30,239,0). Sum of RGB (Red+Green+Blue) = 30+239+0=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 239 (93.75% from 255 or 88.85% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEF00 is #E110FF. Grayscale: #969696. Windows color (decimal): -14749952 or 61214. OLE color: 61214.
HSL color Cylindrical-coordinate representation of color #1EEF00: hue angle of 112.47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EEF00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.06 |
| HSL | 112.47º | 1% | 0.47% | - |
| HSV(B) | 112.47º | 1% | 0.94% | - |
| XYZ | 31.4 | 62.01 | 10.31 | - |
| YUV | 149.26 | 43.76 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 0 | 0.87 | 0 | 1 | 0.06 | 112.47 | 1 | 0.47 |
| Hex | 1E | EF | 0 | 57 | 0 | 64 | 6 | 70 | 64 | 2F |
| Octal | 36 | 357 | 0 | 127 | 0 | 144 | 6 | 160 | 144 | 57 |
| Binary | 11110 | 11101111 | 0 | 1010111 | 0 | 1100100 | 110 | 1110000 | 1100100 | 101111 |
Color Harmonies of #1EEF00
Complementary color
Monochromatic Colors of #1EEF00
Black with #1EEF00
Text Example
Text Example
White with #1EEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF00; }
p { color: rgb(30,239,0); }
H1.HeaderClassName
{
color: #1EEF00;
}
.AnyTagClassName
{
color: #1EEF00;
}
</style>
background-color css
<style>
a { background-color: #1EEF00; }
a { background-color: rgb(30,239,0); }
div.DivClassName
{
background-color: #1EEF00;
}
.BgClassName
{
background-color: #1EEF00;
}
</style>
border-color css
<style>
span { border-color: #1EEF00; }
span { border-color: rgb(30,239,0); }
td.TdClassName
{
border-color: #1EEF00;
}
.TagClassName
{
border-color: #1EEF00;
}
</style>