Shades of Free Speech Green #1DF429
Tints of Free Speech Green #1DF429
RGB
CMYK
RGB Variations
Color information
#1DF429 (or 0x1DF429) is known color: Free Speech Green. HEX triplet: 1D, F4 and 29. RGB value is (29,244,41). Sum of RGB (Red+Green+Blue) = 29+244+41=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 244 (95.70% from 255 or 77.71% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF429 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF429 is #E20BD6. Grayscale: #9D9D9D. Windows color (decimal): -14814167 or 2749469. OLE color: 2749469.
HSL color Cylindrical-coordinate representation of color #1DF429: hue angle of 123.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF429 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 41 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.04 |
| HSL | 123.35º | 0.91% | 0.54% | - |
| HSV(B) | 123.35º | 0.88% | 0.96% | - |
| XYZ | 33.26 | 65.12 | 12.91 | - |
| YUV | 156.57 | 62.77 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 41 | 0.88 | 0 | 0.83 | 0.04 | 123.35 | 0.91 | 0.54 |
| Hex | 1D | F4 | 29 | 58 | 0 | 53 | 4 | 7B | 5B | 36 |
| Octal | 35 | 364 | 51 | 130 | 0 | 123 | 4 | 173 | 133 | 66 |
| Binary | 11101 | 11110100 | 101001 | 1011000 | 0 | 1010011 | 100 | 1111011 | 1011011 | 110110 |
Color Harmonies of #1DF429
Complementary color
Monochromatic Colors of #1DF429
Black with #1DF429
Text Example
Text Example
White with #1DF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF429; }
p { color: rgb(29,244,41); }
H1.HeaderClassName
{
color: #1DF429;
}
.AnyTagClassName
{
color: #1DF429;
}
</style>
background-color css
<style>
a { background-color: #1DF429; }
a { background-color: rgb(29,244,41); }
div.DivClassName
{
background-color: #1DF429;
}
.BgClassName
{
background-color: #1DF429;
}
</style>
border-color css
<style>
span { border-color: #1DF429; }
span { border-color: rgb(29,244,41); }
td.TdClassName
{
border-color: #1DF429;
}
.TagClassName
{
border-color: #1DF429;
}
</style>