Shades of Free Speech Green #1ED50A
Tints of Free Speech Green #1ED50A
RGB
CMYK
RGB Variations
Color information
#1ED50A (or 0x1ED50A) is known color: Free Speech Green. HEX triplet: 1E, D5 and 0A. RGB value is (30,213,10). Sum of RGB (Red+Green+Blue) = 30+213+10=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 213 (83.59% from 255 or 84.19% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED50A is #E12AF5. Grayscale: #878787. Windows color (decimal): -14756598 or 709918. OLE color: 709918.
HSL color Cylindrical-coordinate representation of color #1ED50A: hue angle of 114.09º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1ED50A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 10 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.16 |
| HSL | 114.09º | 0.91% | 0.44% | - |
| HSV(B) | 114.09º | 0.95% | 0.84% | - |
| XYZ | 24.38 | 47.89 | 8.24 | - |
| YUV | 135.14 | 57.37 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 10 | 0.86 | 0 | 0.95 | 0.16 | 114.09 | 0.91 | 0.44 |
| Hex | 1E | D5 | A | 56 | 0 | 5F | 10 | 72 | 5B | 2C |
| Octal | 36 | 325 | 12 | 126 | 0 | 137 | 20 | 162 | 133 | 54 |
| Binary | 11110 | 11010101 | 1010 | 1010110 | 0 | 1011111 | 10000 | 1110010 | 1011011 | 101100 |
Color Harmonies of #1ED50A
Complementary color
Monochromatic Colors of #1ED50A
Black with #1ED50A
Text Example
Text Example
White with #1ED50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED50A; }
p { color: rgb(30,213,10); }
H1.HeaderClassName
{
color: #1ED50A;
}
.AnyTagClassName
{
color: #1ED50A;
}
</style>
background-color css
<style>
a { background-color: #1ED50A; }
a { background-color: rgb(30,213,10); }
div.DivClassName
{
background-color: #1ED50A;
}
.BgClassName
{
background-color: #1ED50A;
}
</style>
border-color css
<style>
span { border-color: #1ED50A; }
span { border-color: rgb(30,213,10); }
td.TdClassName
{
border-color: #1ED50A;
}
.TagClassName
{
border-color: #1ED50A;
}
</style>