Shades of Free Speech Green #1DD400
Tints of Free Speech Green #1DD400
RGB
CMYK
RGB Variations
Color information
#1DD400 (or 0x1DD400) is known color: Free Speech Green. HEX triplet: 1D, D4 and 00. RGB value is (29,212,0). Sum of RGB (Red+Green+Blue) = 29+212+0=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 212 (83.20% from 255 or 87.97% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD400 is #E22BFF. Grayscale: #858585. Windows color (decimal): -14822400 or 54301. OLE color: 54301.
HSL color Cylindrical-coordinate representation of color #1DD400: hue angle of 111.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DD400 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 212 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.17 |
| HSL | 111.79º | 1% | 0.42% | - |
| HSV(B) | 111.79º | 1% | 0.83% | - |
| XYZ | 24.05 | 47.35 | 7.87 | - |
| YUV | 133.12 | 52.87 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 212 | 0 | 0.86 | 0 | 1 | 0.17 | 111.79 | 1 | 0.42 |
| Hex | 1D | D4 | 0 | 56 | 0 | 64 | 11 | 70 | 64 | 2A |
| Octal | 35 | 324 | 0 | 126 | 0 | 144 | 21 | 160 | 144 | 52 |
| Binary | 11101 | 11010100 | 0 | 1010110 | 0 | 1100100 | 10001 | 1110000 | 1100100 | 101010 |
Color Harmonies of #1DD400
Complementary color
Monochromatic Colors of #1DD400
Black with #1DD400
Text Example
Text Example
White with #1DD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD400; }
p { color: rgb(29,212,0); }
H1.HeaderClassName
{
color: #1DD400;
}
.AnyTagClassName
{
color: #1DD400;
}
</style>
background-color css
<style>
a { background-color: #1DD400; }
a { background-color: rgb(29,212,0); }
div.DivClassName
{
background-color: #1DD400;
}
.BgClassName
{
background-color: #1DD400;
}
</style>
border-color css
<style>
span { border-color: #1DD400; }
span { border-color: rgb(29,212,0); }
td.TdClassName
{
border-color: #1DD400;
}
.TagClassName
{
border-color: #1DD400;
}
</style>