Shades of Free Speech Green #1EE314
Tints of Free Speech Green #1EE314
RGB
CMYK
RGB Variations
Color information
#1EE314 (or 0x1EE314) is known color: Free Speech Green. HEX triplet: 1E, E3 and 14. RGB value is (30,227,20). Sum of RGB (Red+Green+Blue) = 30+227+20=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 227 (89.06% from 255 or 81.95% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE314 is #E11CEB. Grayscale: #919191. Windows color (decimal): -14753004 or 1368862. OLE color: 1368862.
HSL color Cylindrical-coordinate representation of color #1EE314: hue angle of 117.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EE314 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 227 | 20 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.11 |
| HSL | 117.1º | 0.84% | 0.48% | - |
| HSV(B) | 117.1º | 0.91% | 0.89% | - |
| XYZ | 28.13 | 55.26 | 9.85 | - |
| YUV | 144.5 | 57.73 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 20 | 0.87 | 0 | 0.91 | 0.11 | 117.1 | 0.84 | 0.48 |
| Hex | 1E | E3 | 14 | 57 | 0 | 5B | B | 75 | 54 | 30 |
| Octal | 36 | 343 | 24 | 127 | 0 | 133 | 13 | 165 | 124 | 60 |
| Binary | 11110 | 11100011 | 10100 | 1010111 | 0 | 1011011 | 1011 | 1110101 | 1010100 | 110000 |
Color Harmonies of #1EE314
Complementary color
Monochromatic Colors of #1EE314
Black with #1EE314
Text Example
Text Example
White with #1EE314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE314; }
p { color: rgb(30,227,20); }
H1.HeaderClassName
{
color: #1EE314;
}
.AnyTagClassName
{
color: #1EE314;
}
</style>
background-color css
<style>
a { background-color: #1EE314; }
a { background-color: rgb(30,227,20); }
div.DivClassName
{
background-color: #1EE314;
}
.BgClassName
{
background-color: #1EE314;
}
</style>
border-color css
<style>
span { border-color: #1EE314; }
span { border-color: rgb(30,227,20); }
td.TdClassName
{
border-color: #1EE314;
}
.TagClassName
{
border-color: #1EE314;
}
</style>