Shades of Free Speech Green #1EE015
Tints of Free Speech Green #1EE015
RGB
CMYK
RGB Variations
Color information
#1EE015 (or 0x1EE015) is known color: Free Speech Green. HEX triplet: 1E, E0 and 15. RGB value is (30,224,21). Sum of RGB (Red+Green+Blue) = 30+224+21=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE015 is #E11FEA. Grayscale: #8F8F8F. Windows color (decimal): -14753771 or 1433630. OLE color: 1433630.
HSL color Cylindrical-coordinate representation of color #1EE015: hue angle of 117.34º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EE015 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 21 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.12 |
| HSL | 117.34º | 0.83% | 0.48% | - |
| HSV(B) | 117.34º | 0.91% | 0.88% | - |
| XYZ | 27.33 | 53.64 | 9.62 | - |
| YUV | 142.85 | 59.23 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 21 | 0.87 | 0 | 0.91 | 0.12 | 117.34 | 0.83 | 0.48 |
| Hex | 1E | E0 | 15 | 57 | 0 | 5B | C | 75 | 53 | 30 |
| Octal | 36 | 340 | 25 | 127 | 0 | 133 | 14 | 165 | 123 | 60 |
| Binary | 11110 | 11100000 | 10101 | 1010111 | 0 | 1011011 | 1100 | 1110101 | 1010011 | 110000 |
Color Harmonies of #1EE015
Complementary color
Monochromatic Colors of #1EE015
Black with #1EE015
Text Example
Text Example
White with #1EE015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE015; }
p { color: rgb(30,224,21); }
H1.HeaderClassName
{
color: #1EE015;
}
.AnyTagClassName
{
color: #1EE015;
}
</style>
background-color css
<style>
a { background-color: #1EE015; }
a { background-color: rgb(30,224,21); }
div.DivClassName
{
background-color: #1EE015;
}
.BgClassName
{
background-color: #1EE015;
}
</style>
border-color css
<style>
span { border-color: #1EE015; }
span { border-color: rgb(30,224,21); }
td.TdClassName
{
border-color: #1EE015;
}
.TagClassName
{
border-color: #1EE015;
}
</style>