Shades of Free Speech Green #1EEE0A
Tints of Free Speech Green #1EEE0A
RGB
CMYK
RGB Variations
Color information
#1EEE0A (or 0x1EEE0A) is known color: Free Speech Green. HEX triplet: 1E, EE and 0A. RGB value is (30,238,10). Sum of RGB (Red+Green+Blue) = 30+238+10=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 238 (93.36% from 255 or 85.61% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEE0A is #E111F5. Grayscale: #969696. Windows color (decimal): -14750198 or 716318. OLE color: 716318.
HSL color Cylindrical-coordinate representation of color #1EEE0A: hue angle of 114.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EEE0A is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 10 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.07 |
| HSL | 114.74º | 0.92% | 0.49% | - |
| HSV(B) | 114.74º | 0.96% | 0.93% | - |
| XYZ | 31.16 | 61.45 | 10.51 | - |
| YUV | 149.82 | 49.09 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 10 | 0.87 | 0 | 0.96 | 0.07 | 114.74 | 0.92 | 0.49 |
| Hex | 1E | EE | A | 57 | 0 | 60 | 7 | 73 | 5C | 31 |
| Octal | 36 | 356 | 12 | 127 | 0 | 140 | 7 | 163 | 134 | 61 |
| Binary | 11110 | 11101110 | 1010 | 1010111 | 0 | 1100000 | 111 | 1110011 | 1011100 | 110001 |
Color Harmonies of #1EEE0A
Complementary color
Monochromatic Colors of #1EEE0A
Black with #1EEE0A
Text Example
Text Example
White with #1EEE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE0A; }
p { color: rgb(30,238,10); }
H1.HeaderClassName
{
color: #1EEE0A;
}
.AnyTagClassName
{
color: #1EEE0A;
}
</style>
background-color css
<style>
a { background-color: #1EEE0A; }
a { background-color: rgb(30,238,10); }
div.DivClassName
{
background-color: #1EEE0A;
}
.BgClassName
{
background-color: #1EEE0A;
}
</style>
border-color css
<style>
span { border-color: #1EEE0A; }
span { border-color: rgb(30,238,10); }
td.TdClassName
{
border-color: #1EEE0A;
}
.TagClassName
{
border-color: #1EEE0A;
}
</style>