Shades of Free Speech Green #1ED50C
Tints of Free Speech Green #1ED50C
RGB
CMYK
RGB Variations
Color information
#1ED50C (or 0x1ED50C) is known color: Free Speech Green. HEX triplet: 1E, D5 and 0C. RGB value is (30,213,12). Sum of RGB (Red+Green+Blue) = 30+213+12=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 213 (83.59% from 255 or 83.53% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED50C is #E12AF3. Grayscale: #878787. Windows color (decimal): -14756596 or 840990. OLE color: 840990.
HSL color Cylindrical-coordinate representation of color #1ED50C: hue angle of 114.63º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ED50C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 12 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.16 |
| HSL | 114.63º | 0.89% | 0.44% | - |
| HSV(B) | 114.63º | 0.94% | 0.84% | - |
| XYZ | 24.4 | 47.89 | 8.31 | - |
| YUV | 135.37 | 58.37 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 12 | 0.86 | 0 | 0.94 | 0.16 | 114.63 | 0.89 | 0.44 |
| Hex | 1E | D5 | C | 56 | 0 | 5E | 10 | 73 | 59 | 2C |
| Octal | 36 | 325 | 14 | 126 | 0 | 136 | 20 | 163 | 131 | 54 |
| Binary | 11110 | 11010101 | 1100 | 1010110 | 0 | 1011110 | 10000 | 1110011 | 1011001 | 101100 |
Color Harmonies of #1ED50C
Complementary color
Monochromatic Colors of #1ED50C
Black with #1ED50C
Text Example
Text Example
White with #1ED50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED50C; }
p { color: rgb(30,213,12); }
H1.HeaderClassName
{
color: #1ED50C;
}
.AnyTagClassName
{
color: #1ED50C;
}
</style>
background-color css
<style>
a { background-color: #1ED50C; }
a { background-color: rgb(30,213,12); }
div.DivClassName
{
background-color: #1ED50C;
}
.BgClassName
{
background-color: #1ED50C;
}
</style>
border-color css
<style>
span { border-color: #1ED50C; }
span { border-color: rgb(30,213,12); }
td.TdClassName
{
border-color: #1ED50C;
}
.TagClassName
{
border-color: #1ED50C;
}
</style>