Shades of Free Speech Green #1EEE14
Tints of Free Speech Green #1EEE14
RGB
CMYK
RGB Variations
Color information
#1EEE14 (or 0x1EEE14) is known color: Free Speech Green. HEX triplet: 1E, EE and 14. RGB value is (30,238,20). Sum of RGB (Red+Green+Blue) = 30+238+20=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 238 (93.36% from 255 or 82.64% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEE14 is #E111EB. Grayscale: #979797. Windows color (decimal): -14750188 or 1371678. OLE color: 1371678.
HSL color Cylindrical-coordinate representation of color #1EEE14: hue angle of 117.25º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1EEE14 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 20 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.07 |
| HSL | 117.25º | 0.87% | 0.51% | - |
| HSV(B) | 117.25º | 0.92% | 0.93% | - |
| XYZ | 31.24 | 61.48 | 10.88 | - |
| YUV | 150.96 | 54.09 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 20 | 0.87 | 0 | 0.92 | 0.07 | 117.25 | 0.87 | 0.51 |
| Hex | 1E | EE | 14 | 57 | 0 | 5C | 7 | 75 | 57 | 33 |
| Octal | 36 | 356 | 24 | 127 | 0 | 134 | 7 | 165 | 127 | 63 |
| Binary | 11110 | 11101110 | 10100 | 1010111 | 0 | 1011100 | 111 | 1110101 | 1010111 | 110011 |
Color Harmonies of #1EEE14
Complementary color
Monochromatic Colors of #1EEE14
Black with #1EEE14
Text Example
Text Example
White with #1EEE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE14; }
p { color: rgb(30,238,20); }
H1.HeaderClassName
{
color: #1EEE14;
}
.AnyTagClassName
{
color: #1EEE14;
}
</style>
background-color css
<style>
a { background-color: #1EEE14; }
a { background-color: rgb(30,238,20); }
div.DivClassName
{
background-color: #1EEE14;
}
.BgClassName
{
background-color: #1EEE14;
}
</style>
border-color css
<style>
span { border-color: #1EEE14; }
span { border-color: rgb(30,238,20); }
td.TdClassName
{
border-color: #1EEE14;
}
.TagClassName
{
border-color: #1EEE14;
}
</style>