Shades of Free Speech Green #1ED506
Tints of Free Speech Green #1ED506
RGB
CMYK
RGB Variations
Color information
#1ED506 (or 0x1ED506) is known color: Free Speech Green. HEX triplet: 1E, D5 and 06. RGB value is (30,213,6). Sum of RGB (Red+Green+Blue) = 30+213+6=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 213 (83.59% from 255 or 85.54% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED506 is #E12AF9. Grayscale: #878787. Windows color (decimal): -14756602 or 447774. OLE color: 447774.
HSL color Cylindrical-coordinate representation of color #1ED506: hue angle of 113.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ED506 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.16 |
| HSL | 113.04º | 0.95% | 0.43% | - |
| HSV(B) | 113.04º | 0.97% | 0.84% | - |
| XYZ | 24.36 | 47.88 | 8.13 | - |
| YUV | 134.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 6 | 0.86 | 0 | 0.97 | 0.16 | 113.04 | 0.95 | 0.43 |
| Hex | 1E | D5 | 6 | 56 | 0 | 61 | 10 | 71 | 5F | 2B |
| Octal | 36 | 325 | 6 | 126 | 0 | 141 | 20 | 161 | 137 | 53 |
| Binary | 11110 | 11010101 | 110 | 1010110 | 0 | 1100001 | 10000 | 1110001 | 1011111 | 101011 |
Color Harmonies of #1ED506
Complementary color
Monochromatic Colors of #1ED506
Black with #1ED506
Text Example
Text Example
White with #1ED506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED506; }
p { color: rgb(30,213,6); }
H1.HeaderClassName
{
color: #1ED506;
}
.AnyTagClassName
{
color: #1ED506;
}
</style>
background-color css
<style>
a { background-color: #1ED506; }
a { background-color: rgb(30,213,6); }
div.DivClassName
{
background-color: #1ED506;
}
.BgClassName
{
background-color: #1ED506;
}
</style>
border-color css
<style>
span { border-color: #1ED506; }
span { border-color: rgb(30,213,6); }
td.TdClassName
{
border-color: #1ED506;
}
.TagClassName
{
border-color: #1ED506;
}
</style>