Shades of Free Speech Green #1DED2C
Tints of Free Speech Green #1DED2C
RGB
CMYK
RGB Variations
Color information
#1DED2C (or 0x1DED2C) is known color: Free Speech Green. HEX triplet: 1D, ED and 2C. RGB value is (29,237,44). Sum of RGB (Red+Green+Blue) = 29+237+44=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DED2C is #E212D3. Grayscale: #999999. Windows color (decimal): -14815956 or 2944285. OLE color: 2944285.
HSL color Cylindrical-coordinate representation of color #1DED2C: hue angle of 124.33º degrees, saturation: 0.85, 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 #1DED2C is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 44 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.07 |
| HSL | 124.33º | 0.85% | 0.52% | - |
| HSV(B) | 124.33º | 0.88% | 0.93% | - |
| XYZ | 31.25 | 61.01 | 12.51 | - |
| YUV | 152.81 | 66.59 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 44 | 0.88 | 0 | 0.81 | 0.07 | 124.33 | 0.85 | 0.52 |
| Hex | 1D | ED | 2C | 58 | 0 | 51 | 7 | 7C | 55 | 34 |
| Octal | 35 | 355 | 54 | 130 | 0 | 121 | 7 | 174 | 125 | 64 |
| Binary | 11101 | 11101101 | 101100 | 1011000 | 0 | 1010001 | 111 | 1111100 | 1010101 | 110100 |
Color Harmonies of #1DED2C
Complementary color
Monochromatic Colors of #1DED2C
Black with #1DED2C
Text Example
Text Example
White with #1DED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED2C; }
p { color: rgb(29,237,44); }
H1.HeaderClassName
{
color: #1DED2C;
}
.AnyTagClassName
{
color: #1DED2C;
}
</style>
background-color css
<style>
a { background-color: #1DED2C; }
a { background-color: rgb(29,237,44); }
div.DivClassName
{
background-color: #1DED2C;
}
.BgClassName
{
background-color: #1DED2C;
}
</style>
border-color css
<style>
span { border-color: #1DED2C; }
span { border-color: rgb(29,237,44); }
td.TdClassName
{
border-color: #1DED2C;
}
.TagClassName
{
border-color: #1DED2C;
}
</style>