Shades of Free Speech Green #1EEE0C
Tints of Free Speech Green #1EEE0C
RGB
CMYK
RGB Variations
Color information
#1EEE0C (or 0x1EEE0C) is known color: Free Speech Green. HEX triplet: 1E, EE and 0C. RGB value is (30,238,12). Sum of RGB (Red+Green+Blue) = 30+238+12=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 238 (93.36% from 255 or 85% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEE0C is #E111F3. Grayscale: #969696. Windows color (decimal): -14750196 or 847390. OLE color: 847390.
HSL color Cylindrical-coordinate representation of color #1EEE0C: hue angle of 115.22º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EEE0C is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 12 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.07 |
| HSL | 115.22º | 0.9% | 0.49% | - |
| HSV(B) | 115.22º | 0.95% | 0.93% | - |
| XYZ | 31.18 | 61.45 | 10.57 | - |
| YUV | 150.04 | 50.09 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 12 | 0.87 | 0 | 0.95 | 0.07 | 115.22 | 0.9 | 0.49 |
| Hex | 1E | EE | C | 57 | 0 | 5F | 7 | 73 | 5A | 31 |
| Octal | 36 | 356 | 14 | 127 | 0 | 137 | 7 | 163 | 132 | 61 |
| Binary | 11110 | 11101110 | 1100 | 1010111 | 0 | 1011111 | 111 | 1110011 | 1011010 | 110001 |
Color Harmonies of #1EEE0C
Complementary color
Monochromatic Colors of #1EEE0C
Black with #1EEE0C
Text Example
Text Example
White with #1EEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE0C; }
p { color: rgb(30,238,12); }
H1.HeaderClassName
{
color: #1EEE0C;
}
.AnyTagClassName
{
color: #1EEE0C;
}
</style>
background-color css
<style>
a { background-color: #1EEE0C; }
a { background-color: rgb(30,238,12); }
div.DivClassName
{
background-color: #1EEE0C;
}
.BgClassName
{
background-color: #1EEE0C;
}
</style>
border-color css
<style>
span { border-color: #1EEE0C; }
span { border-color: rgb(30,238,12); }
td.TdClassName
{
border-color: #1EEE0C;
}
.TagClassName
{
border-color: #1EEE0C;
}
</style>