Shades of Free Speech Green #1EEF0D
Tints of Free Speech Green #1EEF0D
RGB
CMYK
RGB Variations
Color information
#1EEF0D (or 0x1EEF0D) is known color: Free Speech Green. HEX triplet: 1E, EF and 0D. RGB value is (30,239,13). Sum of RGB (Red+Green+Blue) = 30+239+13=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 239 (93.75% from 255 or 84.75% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEF0D is #E110F2. Grayscale: #979797. Windows color (decimal): -14749939 or 913182. OLE color: 913182.
HSL color Cylindrical-coordinate representation of color #1EEF0D: hue angle of 115.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1EEF0D is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 239 | 13 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.06 |
| HSL | 115.49º | 0.9% | 0.49% | - |
| HSV(B) | 115.49º | 0.95% | 0.94% | - |
| XYZ | 31.47 | 62.04 | 10.7 | - |
| YUV | 150.75 | 50.26 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 239 | 13 | 0.87 | 0 | 0.95 | 0.06 | 115.49 | 0.9 | 0.49 |
| Hex | 1E | EF | D | 57 | 0 | 5F | 6 | 73 | 5A | 31 |
| Octal | 36 | 357 | 15 | 127 | 0 | 137 | 6 | 163 | 132 | 61 |
| Binary | 11110 | 11101111 | 1101 | 1010111 | 0 | 1011111 | 110 | 1110011 | 1011010 | 110001 |
Color Harmonies of #1EEF0D
Complementary color
Monochromatic Colors of #1EEF0D
Black with #1EEF0D
Text Example
Text Example
White with #1EEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEF0D; }
p { color: rgb(30,239,13); }
H1.HeaderClassName
{
color: #1EEF0D;
}
.AnyTagClassName
{
color: #1EEF0D;
}
</style>
background-color css
<style>
a { background-color: #1EEF0D; }
a { background-color: rgb(30,239,13); }
div.DivClassName
{
background-color: #1EEF0D;
}
.BgClassName
{
background-color: #1EEF0D;
}
</style>
border-color css
<style>
span { border-color: #1EEF0D; }
span { border-color: rgb(30,239,13); }
td.TdClassName
{
border-color: #1EEF0D;
}
.TagClassName
{
border-color: #1EEF0D;
}
</style>