Shades of Free Speech Green #1EED00
Tints of Free Speech Green #1EED00
RGB
CMYK
RGB Variations
Color information
#1EED00 (or 0x1EED00) is known color: Free Speech Green. HEX triplet: 1E, ED and 00. RGB value is (30,237,0). Sum of RGB (Red+Green+Blue) = 30+237+0=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 237 (92.97% from 255 or 88.76% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 237 - color contains mainly: green. Hex color #1EED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EED00 is #E112FF. Grayscale: #949494. Windows color (decimal): -14750464 or 60702. OLE color: 60702.
HSL color Cylindrical-coordinate representation of color #1EED00: hue angle of 112.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EED00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.07 |
| HSL | 112.41º | 1% | 0.46% | - |
| HSV(B) | 112.41º | 1% | 0.93% | - |
| XYZ | 30.82 | 60.84 | 10.12 | - |
| YUV | 148.09 | 44.42 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 0 | 0.87 | 0 | 1 | 0.07 | 112.41 | 1 | 0.46 |
| Hex | 1E | ED | 0 | 57 | 0 | 64 | 7 | 70 | 64 | 2E |
| Octal | 36 | 355 | 0 | 127 | 0 | 144 | 7 | 160 | 144 | 56 |
| Binary | 11110 | 11101101 | 0 | 1010111 | 0 | 1100100 | 111 | 1110000 | 1100100 | 101110 |
Color Harmonies of #1EED00
Complementary color
Monochromatic Colors of #1EED00
Black with #1EED00
Text Example
Text Example
White with #1EED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EED00; }
p { color: rgb(30,237,0); }
H1.HeaderClassName
{
color: #1EED00;
}
.AnyTagClassName
{
color: #1EED00;
}
</style>
background-color css
<style>
a { background-color: #1EED00; }
a { background-color: rgb(30,237,0); }
div.DivClassName
{
background-color: #1EED00;
}
.BgClassName
{
background-color: #1EED00;
}
</style>
border-color css
<style>
span { border-color: #1EED00; }
span { border-color: rgb(30,237,0); }
td.TdClassName
{
border-color: #1EED00;
}
.TagClassName
{
border-color: #1EED00;
}
</style>