Shades of Free Speech Green #1EEA0D
Tints of Free Speech Green #1EEA0D
RGB
CMYK
RGB Variations
Color information
#1EEA0D (or 0x1EEA0D) is known color: Free Speech Green. HEX triplet: 1E, EA and 0D. RGB value is (30,234,13). Sum of RGB (Red+Green+Blue) = 30+234+13=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 234 (91.80% from 255 or 84.48% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEA0D is #E115F2. Grayscale: #949494. Windows color (decimal): -14751219 or 911902. OLE color: 911902.
HSL color Cylindrical-coordinate representation of color #1EEA0D: hue angle of 115.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EEA0D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 234 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.08 |
| HSL | 115.38º | 0.89% | 0.48% | - |
| HSV(B) | 115.38º | 0.94% | 0.92% | - |
| XYZ | 30.03 | 59.15 | 10.22 | - |
| YUV | 147.81 | 51.91 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 234 | 13 | 0.87 | 0 | 0.94 | 0.08 | 115.38 | 0.89 | 0.48 |
| Hex | 1E | EA | D | 57 | 0 | 5E | 8 | 73 | 59 | 30 |
| Octal | 36 | 352 | 15 | 127 | 0 | 136 | 10 | 163 | 131 | 60 |
| Binary | 11110 | 11101010 | 1101 | 1010111 | 0 | 1011110 | 1000 | 1110011 | 1011001 | 110000 |
Color Harmonies of #1EEA0D
Complementary color
Monochromatic Colors of #1EEA0D
Black with #1EEA0D
Text Example
Text Example
White with #1EEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEA0D; }
p { color: rgb(30,234,13); }
H1.HeaderClassName
{
color: #1EEA0D;
}
.AnyTagClassName
{
color: #1EEA0D;
}
</style>
background-color css
<style>
a { background-color: #1EEA0D; }
a { background-color: rgb(30,234,13); }
div.DivClassName
{
background-color: #1EEA0D;
}
.BgClassName
{
background-color: #1EEA0D;
}
</style>
border-color css
<style>
span { border-color: #1EEA0D; }
span { border-color: rgb(30,234,13); }
td.TdClassName
{
border-color: #1EEA0D;
}
.TagClassName
{
border-color: #1EEA0D;
}
</style>