Shades of Free Speech Green #1EDA13
Tints of Free Speech Green #1EDA13
RGB
CMYK
RGB Variations
Color information
#1EDA13 (or 0x1EDA13) is known color: Free Speech Green. HEX triplet: 1E, DA and 13. RGB value is (30,218,19). Sum of RGB (Red+Green+Blue) = 30+218+19=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 218 (85.55% from 255 or 81.65% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDA13 is #E125EC. Grayscale: #8B8B8B. Windows color (decimal): -14755309 or 1301022. OLE color: 1301022.
HSL color Cylindrical-coordinate representation of color #1EDA13: hue angle of 116.68º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EDA13 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 19 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.15 |
| HSL | 116.68º | 0.84% | 0.46% | - |
| HSV(B) | 116.68º | 0.91% | 0.85% | - |
| XYZ | 25.72 | 50.47 | 9 | - |
| YUV | 139.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 19 | 0.86 | 0 | 0.91 | 0.15 | 116.68 | 0.84 | 0.46 |
| Hex | 1E | DA | 13 | 56 | 0 | 5B | F | 75 | 54 | 2E |
| Octal | 36 | 332 | 23 | 126 | 0 | 133 | 17 | 165 | 124 | 56 |
| Binary | 11110 | 11011010 | 10011 | 1010110 | 0 | 1011011 | 1111 | 1110101 | 1010100 | 101110 |
Color Harmonies of #1EDA13
Complementary color
Monochromatic Colors of #1EDA13
Black with #1EDA13
Text Example
Text Example
White with #1EDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA13; }
p { color: rgb(30,218,19); }
H1.HeaderClassName
{
color: #1EDA13;
}
.AnyTagClassName
{
color: #1EDA13;
}
</style>
background-color css
<style>
a { background-color: #1EDA13; }
a { background-color: rgb(30,218,19); }
div.DivClassName
{
background-color: #1EDA13;
}
.BgClassName
{
background-color: #1EDA13;
}
</style>
border-color css
<style>
span { border-color: #1EDA13; }
span { border-color: rgb(30,218,19); }
td.TdClassName
{
border-color: #1EDA13;
}
.TagClassName
{
border-color: #1EDA13;
}
</style>