Shades of Free Speech Green #1ED200
Tints of Free Speech Green #1ED200
RGB
CMYK
RGB Variations
Color information
#1ED200 (or 0x1ED200) is known color: Free Speech Green. HEX triplet: 1E, D2 and 00. RGB value is (30,210,0). Sum of RGB (Red+Green+Blue) = 30+210+0=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 210 (82.42% from 255 or 87.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED200 is #E12DFF. Grayscale: #848484. Windows color (decimal): -14757376 or 53790. OLE color: 53790.
HSL color Cylindrical-coordinate representation of color #1ED200: hue angle of 111.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ED200 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.18 |
| HSL | 111.43º | 1% | 0.41% | - |
| HSV(B) | 111.43º | 1% | 0.82% | - |
| XYZ | 23.58 | 46.37 | 7.71 | - |
| YUV | 132.24 | 53.37 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 0 | 0.86 | 0 | 1 | 0.18 | 111.43 | 1 | 0.41 |
| Hex | 1E | D2 | 0 | 56 | 0 | 64 | 12 | 6F | 64 | 29 |
| Octal | 36 | 322 | 0 | 126 | 0 | 144 | 22 | 157 | 144 | 51 |
| Binary | 11110 | 11010010 | 0 | 1010110 | 0 | 1100100 | 10010 | 1101111 | 1100100 | 101001 |
Color Harmonies of #1ED200
Complementary color
Monochromatic Colors of #1ED200
Black with #1ED200
Text Example
Text Example
White with #1ED200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED200; }
p { color: rgb(30,210,0); }
H1.HeaderClassName
{
color: #1ED200;
}
.AnyTagClassName
{
color: #1ED200;
}
</style>
background-color css
<style>
a { background-color: #1ED200; }
a { background-color: rgb(30,210,0); }
div.DivClassName
{
background-color: #1ED200;
}
.BgClassName
{
background-color: #1ED200;
}
</style>
border-color css
<style>
span { border-color: #1ED200; }
span { border-color: rgb(30,210,0); }
td.TdClassName
{
border-color: #1ED200;
}
.TagClassName
{
border-color: #1ED200;
}
</style>