Shades of Free Speech Green #1EEA14
Tints of Free Speech Green #1EEA14
RGB
CMYK
RGB Variations
Color information
#1EEA14 (or 0x1EEA14) is known color: Free Speech Green. HEX triplet: 1E, EA and 14. RGB value is (30,234,20). Sum of RGB (Red+Green+Blue) = 30+234+20=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 234 (91.80% from 255 or 82.39% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEA14 is #E115EB. Grayscale: #959595. Windows color (decimal): -14751212 or 1370654. OLE color: 1370654.
HSL color Cylindrical-coordinate representation of color #1EEA14: hue angle of 117.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EEA14 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 234 | 20 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.08 |
| HSL | 117.2º | 0.84% | 0.5% | - |
| HSV(B) | 117.2º | 0.91% | 0.92% | - |
| XYZ | 30.08 | 59.17 | 10.5 | - |
| YUV | 148.61 | 55.41 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 234 | 20 | 0.87 | 0 | 0.91 | 0.08 | 117.2 | 0.84 | 0.5 |
| Hex | 1E | EA | 14 | 57 | 0 | 5B | 8 | 75 | 54 | 32 |
| Octal | 36 | 352 | 24 | 127 | 0 | 133 | 10 | 165 | 124 | 62 |
| Binary | 11110 | 11101010 | 10100 | 1010111 | 0 | 1011011 | 1000 | 1110101 | 1010100 | 110010 |
Color Harmonies of #1EEA14
Complementary color
Monochromatic Colors of #1EEA14
Black with #1EEA14
Text Example
Text Example
White with #1EEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEA14; }
p { color: rgb(30,234,20); }
H1.HeaderClassName
{
color: #1EEA14;
}
.AnyTagClassName
{
color: #1EEA14;
}
</style>
background-color css
<style>
a { background-color: #1EEA14; }
a { background-color: rgb(30,234,20); }
div.DivClassName
{
background-color: #1EEA14;
}
.BgClassName
{
background-color: #1EEA14;
}
</style>
border-color css
<style>
span { border-color: #1EEA14; }
span { border-color: rgb(30,234,20); }
td.TdClassName
{
border-color: #1EEA14;
}
.TagClassName
{
border-color: #1EEA14;
}
</style>