Shades of Free Speech Green #1ED800
Tints of Free Speech Green #1ED800
RGB
CMYK
RGB Variations
Color information
#1ED800 (or 0x1ED800) is known color: Free Speech Green. HEX triplet: 1E, D8 and 00. RGB value is (30,216,0). Sum of RGB (Red+Green+Blue) = 30+216+0=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 216 (84.77% from 255 or 87.80% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED800 is #E127FF. Grayscale: #888888. Windows color (decimal): -14755840 or 55326. OLE color: 55326.
HSL color Cylindrical-coordinate representation of color #1ED800: hue angle of 111.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ED800 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.15 |
| HSL | 111.67º | 1% | 0.42% | - |
| HSV(B) | 111.67º | 1% | 0.85% | - |
| XYZ | 25.09 | 49.39 | 8.21 | - |
| YUV | 135.76 | 51.38 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 0 | 0.86 | 0 | 1 | 0.15 | 111.67 | 1 | 0.42 |
| Hex | 1E | D8 | 0 | 56 | 0 | 64 | F | 70 | 64 | 2A |
| Octal | 36 | 330 | 0 | 126 | 0 | 144 | 17 | 160 | 144 | 52 |
| Binary | 11110 | 11011000 | 0 | 1010110 | 0 | 1100100 | 1111 | 1110000 | 1100100 | 101010 |
Color Harmonies of #1ED800
Complementary color
Monochromatic Colors of #1ED800
Black with #1ED800
Text Example
Text Example
White with #1ED800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED800; }
p { color: rgb(30,216,0); }
H1.HeaderClassName
{
color: #1ED800;
}
.AnyTagClassName
{
color: #1ED800;
}
</style>
background-color css
<style>
a { background-color: #1ED800; }
a { background-color: rgb(30,216,0); }
div.DivClassName
{
background-color: #1ED800;
}
.BgClassName
{
background-color: #1ED800;
}
</style>
border-color css
<style>
span { border-color: #1ED800; }
span { border-color: rgb(30,216,0); }
td.TdClassName
{
border-color: #1ED800;
}
.TagClassName
{
border-color: #1ED800;
}
</style>