Shades of Free Speech Green #1DEC1E
Tints of Free Speech Green #1DEC1E
RGB
CMYK
RGB Variations
Color information
#1DEC1E (or 0x1DEC1E) is known color: Free Speech Green. HEX triplet: 1D, EC and 1E. RGB value is (29,236,30). Sum of RGB (Red+Green+Blue) = 29+236+30=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 236 (92.58% from 255 or 80% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC1E is #E213E1. Grayscale: #979797. Windows color (decimal): -14816226 or 2026525. OLE color: 2026525.
HSL color Cylindrical-coordinate representation of color #1DEC1E: hue angle of 120.29º degrees, saturation: 0.84, 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 #1DEC1E is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 30 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.07 |
| HSL | 120.29º | 0.84% | 0.52% | - |
| HSV(B) | 120.29º | 0.88% | 0.93% | - |
| XYZ | 30.74 | 60.35 | 11.26 | - |
| YUV | 150.62 | 59.92 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 30 | 0.88 | 0 | 0.87 | 0.07 | 120.29 | 0.84 | 0.52 |
| Hex | 1D | EC | 1E | 58 | 0 | 57 | 7 | 78 | 54 | 34 |
| Octal | 35 | 354 | 36 | 130 | 0 | 127 | 7 | 170 | 124 | 64 |
| Binary | 11101 | 11101100 | 11110 | 1011000 | 0 | 1010111 | 111 | 1111000 | 1010100 | 110100 |
Color Harmonies of #1DEC1E
Complementary color
Monochromatic Colors of #1DEC1E
Black with #1DEC1E
Text Example
Text Example
White with #1DEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC1E; }
p { color: rgb(29,236,30); }
H1.HeaderClassName
{
color: #1DEC1E;
}
.AnyTagClassName
{
color: #1DEC1E;
}
</style>
background-color css
<style>
a { background-color: #1DEC1E; }
a { background-color: rgb(29,236,30); }
div.DivClassName
{
background-color: #1DEC1E;
}
.BgClassName
{
background-color: #1DEC1E;
}
</style>
border-color css
<style>
span { border-color: #1DEC1E; }
span { border-color: rgb(29,236,30); }
td.TdClassName
{
border-color: #1DEC1E;
}
.TagClassName
{
border-color: #1DEC1E;
}
</style>