Shades of Free Speech Green #1ED306
Tints of Free Speech Green #1ED306
RGB
CMYK
RGB Variations
Color information
#1ED306 (or 0x1ED306) is known color: Free Speech Green. HEX triplet: 1E, D3 and 06. RGB value is (30,211,6). Sum of RGB (Red+Green+Blue) = 30+211+6=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 211 (82.81% from 255 or 85.43% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED306 is #E12CF9. Grayscale: #868686. Windows color (decimal): -14757114 or 447262. OLE color: 447262.
HSL color Cylindrical-coordinate representation of color #1ED306: hue angle of 112.98º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ED306 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 211 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.17 |
| HSL | 112.98º | 0.94% | 0.43% | - |
| HSV(B) | 112.98º | 0.97% | 0.83% | - |
| XYZ | 23.86 | 46.88 | 7.96 | - |
| YUV | 133.51 | 56.03 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 6 | 0.86 | 0 | 0.97 | 0.17 | 112.98 | 0.94 | 0.43 |
| Hex | 1E | D3 | 6 | 56 | 0 | 61 | 11 | 71 | 5E | 2B |
| Octal | 36 | 323 | 6 | 126 | 0 | 141 | 21 | 161 | 136 | 53 |
| Binary | 11110 | 11010011 | 110 | 1010110 | 0 | 1100001 | 10001 | 1110001 | 1011110 | 101011 |
Color Harmonies of #1ED306
Complementary color
Monochromatic Colors of #1ED306
Black with #1ED306
Text Example
Text Example
White with #1ED306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED306; }
p { color: rgb(30,211,6); }
H1.HeaderClassName
{
color: #1ED306;
}
.AnyTagClassName
{
color: #1ED306;
}
</style>
background-color css
<style>
a { background-color: #1ED306; }
a { background-color: rgb(30,211,6); }
div.DivClassName
{
background-color: #1ED306;
}
.BgClassName
{
background-color: #1ED306;
}
</style>
border-color css
<style>
span { border-color: #1ED306; }
span { border-color: rgb(30,211,6); }
td.TdClassName
{
border-color: #1ED306;
}
.TagClassName
{
border-color: #1ED306;
}
</style>