Shades of Free Speech Green #1DEE2D
Tints of Free Speech Green #1DEE2D
RGB
CMYK
RGB Variations
Color information
#1DEE2D (or 0x1DEE2D) is known color: Free Speech Green. HEX triplet: 1D, EE and 2D. RGB value is (29,238,45). Sum of RGB (Red+Green+Blue) = 29+238+45=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 238 (93.36% from 255 or 76.28% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE2D is #E211D2. Grayscale: #9A9A9A. Windows color (decimal): -14815699 or 3010077. OLE color: 3010077.
HSL color Cylindrical-coordinate representation of color #1DEE2D: hue angle of 124.59º 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 #1DEE2D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 45 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.07 |
| HSL | 124.59º | 0.86% | 0.52% | - |
| HSV(B) | 124.59º | 0.88% | 0.93% | - |
| XYZ | 31.55 | 61.6 | 12.71 | - |
| YUV | 153.51 | 66.76 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 45 | 0.88 | 0 | 0.81 | 0.07 | 124.59 | 0.86 | 0.52 |
| Hex | 1D | EE | 2D | 58 | 0 | 51 | 7 | 7D | 56 | 34 |
| Octal | 35 | 356 | 55 | 130 | 0 | 121 | 7 | 175 | 126 | 64 |
| Binary | 11101 | 11101110 | 101101 | 1011000 | 0 | 1010001 | 111 | 1111101 | 1010110 | 110100 |
Color Harmonies of #1DEE2D
Complementary color
Monochromatic Colors of #1DEE2D
Black with #1DEE2D
Text Example
Text Example
White with #1DEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE2D; }
p { color: rgb(29,238,45); }
H1.HeaderClassName
{
color: #1DEE2D;
}
.AnyTagClassName
{
color: #1DEE2D;
}
</style>
background-color css
<style>
a { background-color: #1DEE2D; }
a { background-color: rgb(29,238,45); }
div.DivClassName
{
background-color: #1DEE2D;
}
.BgClassName
{
background-color: #1DEE2D;
}
</style>
border-color css
<style>
span { border-color: #1DEE2D; }
span { border-color: rgb(29,238,45); }
td.TdClassName
{
border-color: #1DEE2D;
}
.TagClassName
{
border-color: #1DEE2D;
}
</style>