Shades of Free Speech Green #1ED811
Tints of Free Speech Green #1ED811
RGB
CMYK
RGB Variations
Color information
#1ED811 (or 0x1ED811) is known color: Free Speech Green. HEX triplet: 1E, D8 and 11. RGB value is (30,216,17). Sum of RGB (Red+Green+Blue) = 30+216+17=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 216 (84.77% from 255 or 82.13% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED811 is #E127EE. Grayscale: #8A8A8A. Windows color (decimal): -14755823 or 1169438. OLE color: 1169438.
HSL color Cylindrical-coordinate representation of color #1ED811: hue angle of 116.08º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ED811 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 17 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.15 |
| HSL | 116.08º | 0.85% | 0.46% | - |
| HSV(B) | 116.08º | 0.92% | 0.85% | - |
| XYZ | 25.19 | 49.43 | 8.74 | - |
| YUV | 137.7 | 59.88 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 17 | 0.86 | 0 | 0.92 | 0.15 | 116.08 | 0.85 | 0.46 |
| Hex | 1E | D8 | 11 | 56 | 0 | 5C | F | 74 | 55 | 2E |
| Octal | 36 | 330 | 21 | 126 | 0 | 134 | 17 | 164 | 125 | 56 |
| Binary | 11110 | 11011000 | 10001 | 1010110 | 0 | 1011100 | 1111 | 1110100 | 1010101 | 101110 |
Color Harmonies of #1ED811
Complementary color
Monochromatic Colors of #1ED811
Black with #1ED811
Text Example
Text Example
White with #1ED811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED811; }
p { color: rgb(30,216,17); }
H1.HeaderClassName
{
color: #1ED811;
}
.AnyTagClassName
{
color: #1ED811;
}
</style>
background-color css
<style>
a { background-color: #1ED811; }
a { background-color: rgb(30,216,17); }
div.DivClassName
{
background-color: #1ED811;
}
.BgClassName
{
background-color: #1ED811;
}
</style>
border-color css
<style>
span { border-color: #1ED811; }
span { border-color: rgb(30,216,17); }
td.TdClassName
{
border-color: #1ED811;
}
.TagClassName
{
border-color: #1ED811;
}
</style>