Shades of Free Speech Green #1EE301
Tints of Free Speech Green #1EE301
RGB
CMYK
RGB Variations
Color information
#1EE301 (or 0x1EE301) is known color: Free Speech Green. HEX triplet: 1E, E3 and 01. RGB value is (30,227,1). Sum of RGB (Red+Green+Blue) = 30+227+1=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 227 (89.06% from 255 or 87.98% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE301 is #E11CFE. Grayscale: #8F8F8F. Windows color (decimal): -14753023 or 123678. OLE color: 123678.
HSL color Cylindrical-coordinate representation of color #1EE301: hue angle of 112.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EE301 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 227 | 1 | - |
| CMYK | 0.87 | 0 | 1.00 | 0.11 |
| HSL | 112.3º | 0.99% | 0.45% | - |
| HSV(B) | 112.3º | 1% | 0.89% | - |
| XYZ | 28.01 | 55.22 | 9.21 | - |
| YUV | 142.33 | 48.23 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 1 | 0.87 | 0 | 1.00 | 0.11 | 112.3 | 0.99 | 0.45 |
| Hex | 1E | E3 | 1 | 57 | 0 | 64 | B | 70 | 63 | 2D |
| Octal | 36 | 343 | 1 | 127 | 0 | 144 | 13 | 160 | 143 | 55 |
| Binary | 11110 | 11100011 | 1 | 1010111 | 0 | 1100100 | 1011 | 1110000 | 1100011 | 101101 |
Color Harmonies of #1EE301
Complementary color
Monochromatic Colors of #1EE301
Black with #1EE301
Text Example
Text Example
White with #1EE301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE301; }
p { color: rgb(30,227,1); }
H1.HeaderClassName
{
color: #1EE301;
}
.AnyTagClassName
{
color: #1EE301;
}
</style>
background-color css
<style>
a { background-color: #1EE301; }
a { background-color: rgb(30,227,1); }
div.DivClassName
{
background-color: #1EE301;
}
.BgClassName
{
background-color: #1EE301;
}
</style>
border-color css
<style>
span { border-color: #1EE301; }
span { border-color: rgb(30,227,1); }
td.TdClassName
{
border-color: #1EE301;
}
.TagClassName
{
border-color: #1EE301;
}
</style>