Shades of Free Speech Green #1EEE1D
Tints of Free Speech Green #1EEE1D
RGB
CMYK
RGB Variations
Color information
#1EEE1D (or 0x1EEE1D) is known color: Free Speech Green. HEX triplet: 1E, EE and 1D. RGB value is (30,238,29). Sum of RGB (Red+Green+Blue) = 30+238+29=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 238 (93.36% from 255 or 80.13% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEE1D is #E111E2. Grayscale: #989898. Windows color (decimal): -14750179 or 1961502. OLE color: 1961502.
HSL color Cylindrical-coordinate representation of color #1EEE1D: hue angle of 119.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEE1D is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 29 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.07 |
| HSL | 119.71º | 0.86% | 0.52% | - |
| HSV(B) | 119.71º | 0.88% | 0.93% | - |
| XYZ | 31.33 | 61.51 | 11.38 | - |
| YUV | 151.98 | 58.59 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 29 | 0.87 | 0 | 0.88 | 0.07 | 119.71 | 0.86 | 0.52 |
| Hex | 1E | EE | 1D | 57 | 0 | 58 | 7 | 78 | 56 | 34 |
| Octal | 36 | 356 | 35 | 127 | 0 | 130 | 7 | 170 | 126 | 64 |
| Binary | 11110 | 11101110 | 11101 | 1010111 | 0 | 1011000 | 111 | 1111000 | 1010110 | 110100 |
Color Harmonies of #1EEE1D
Complementary color
Monochromatic Colors of #1EEE1D
Black with #1EEE1D
Text Example
Text Example
White with #1EEE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEE1D; }
p { color: rgb(30,238,29); }
H1.HeaderClassName
{
color: #1EEE1D;
}
.AnyTagClassName
{
color: #1EEE1D;
}
</style>
background-color css
<style>
a { background-color: #1EEE1D; }
a { background-color: rgb(30,238,29); }
div.DivClassName
{
background-color: #1EEE1D;
}
.BgClassName
{
background-color: #1EEE1D;
}
</style>
border-color css
<style>
span { border-color: #1EEE1D; }
span { border-color: rgb(30,238,29); }
td.TdClassName
{
border-color: #1EEE1D;
}
.TagClassName
{
border-color: #1EEE1D;
}
</style>