Shades of Free Speech Green #1EDB13
Tints of Free Speech Green #1EDB13
RGB
CMYK
RGB Variations
Color information
#1EDB13 (or 0x1EDB13) is known color: Free Speech Green. HEX triplet: 1E, DB and 13. RGB value is (30,219,19). Sum of RGB (Red+Green+Blue) = 30+219+19=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 219 (85.94% from 255 or 81.72% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDB13 is #E124EC. Grayscale: #8C8C8C. Windows color (decimal): -14755053 or 1301278. OLE color: 1301278.
HSL color Cylindrical-coordinate representation of color #1EDB13: hue angle of 116.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EDB13 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 19 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.14 |
| HSL | 116.7º | 0.84% | 0.47% | - |
| HSV(B) | 116.7º | 0.91% | 0.86% | - |
| XYZ | 25.98 | 50.99 | 9.09 | - |
| YUV | 139.69 | 59.88 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 19 | 0.86 | 0 | 0.91 | 0.14 | 116.7 | 0.84 | 0.47 |
| Hex | 1E | DB | 13 | 56 | 0 | 5B | E | 75 | 54 | 2F |
| Octal | 36 | 333 | 23 | 126 | 0 | 133 | 16 | 165 | 124 | 57 |
| Binary | 11110 | 11011011 | 10011 | 1010110 | 0 | 1011011 | 1110 | 1110101 | 1010100 | 101111 |
Color Harmonies of #1EDB13
Complementary color
Monochromatic Colors of #1EDB13
Black with #1EDB13
Text Example
Text Example
White with #1EDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB13; }
p { color: rgb(30,219,19); }
H1.HeaderClassName
{
color: #1EDB13;
}
.AnyTagClassName
{
color: #1EDB13;
}
</style>
background-color css
<style>
a { background-color: #1EDB13; }
a { background-color: rgb(30,219,19); }
div.DivClassName
{
background-color: #1EDB13;
}
.BgClassName
{
background-color: #1EDB13;
}
</style>
border-color css
<style>
span { border-color: #1EDB13; }
span { border-color: rgb(30,219,19); }
td.TdClassName
{
border-color: #1EDB13;
}
.TagClassName
{
border-color: #1EDB13;
}
</style>