Shades of Free Speech Green #1EDD04
Tints of Free Speech Green #1EDD04
RGB
CMYK
RGB Variations
Color information
#1EDD04 (or 0x1EDD04) is known color: Free Speech Green. HEX triplet: 1E, DD and 04. RGB value is (30,221,4). Sum of RGB (Red+Green+Blue) = 30+221+4=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDD04 is #E122FB. Grayscale: #8B8B8B. Windows color (decimal): -14754556 or 318750. OLE color: 318750.
HSL color Cylindrical-coordinate representation of color #1EDD04: hue angle of 112.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1EDD04 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 4 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.13 |
| HSL | 112.81º | 0.96% | 0.44% | - |
| HSV(B) | 112.81º | 0.98% | 0.87% | - |
| XYZ | 26.41 | 52 | 8.76 | - |
| YUV | 139.15 | 51.72 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 4 | 0.86 | 0 | 0.98 | 0.13 | 112.81 | 0.96 | 0.44 |
| Hex | 1E | DD | 4 | 56 | 0 | 62 | D | 71 | 60 | 2C |
| Octal | 36 | 335 | 4 | 126 | 0 | 142 | 15 | 161 | 140 | 54 |
| Binary | 11110 | 11011101 | 100 | 1010110 | 0 | 1100010 | 1101 | 1110001 | 1100000 | 101100 |
Color Harmonies of #1EDD04
Complementary color
Monochromatic Colors of #1EDD04
Black with #1EDD04
Text Example
Text Example
White with #1EDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD04; }
p { color: rgb(30,221,4); }
H1.HeaderClassName
{
color: #1EDD04;
}
.AnyTagClassName
{
color: #1EDD04;
}
</style>
background-color css
<style>
a { background-color: #1EDD04; }
a { background-color: rgb(30,221,4); }
div.DivClassName
{
background-color: #1EDD04;
}
.BgClassName
{
background-color: #1EDD04;
}
</style>
border-color css
<style>
span { border-color: #1EDD04; }
span { border-color: rgb(30,221,4); }
td.TdClassName
{
border-color: #1EDD04;
}
.TagClassName
{
border-color: #1EDD04;
}
</style>