Shades of Free Speech Green #1DF42F
Tints of Free Speech Green #1DF42F
RGB
CMYK
RGB Variations
Color information
#1DF42F (or 0x1DF42F) is known color: Free Speech Green. HEX triplet: 1D, F4 and 2F. RGB value is (29,244,47). Sum of RGB (Red+Green+Blue) = 29+244+47=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 244 (95.70% from 255 or 76.25% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF42F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF42F is #E20BD0. Grayscale: #9D9D9D. Windows color (decimal): -14814161 or 3142685. OLE color: 3142685.
HSL color Cylindrical-coordinate representation of color #1DF42F: hue angle of 125.02º 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 #1DF42F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.04 |
| HSL | 125.02º | 0.91% | 0.54% | - |
| HSV(B) | 125.02º | 0.88% | 0.96% | - |
| XYZ | 33.37 | 65.17 | 13.51 | - |
| YUV | 157.26 | 65.77 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 47 | 0.88 | 0 | 0.81 | 0.04 | 125.02 | 0.91 | 0.54 |
| Hex | 1D | F4 | 2F | 58 | 0 | 51 | 4 | 7D | 5B | 36 |
| Octal | 35 | 364 | 57 | 130 | 0 | 121 | 4 | 175 | 133 | 66 |
| Binary | 11101 | 11110100 | 101111 | 1011000 | 0 | 1010001 | 100 | 1111101 | 1011011 | 110110 |
Color Harmonies of #1DF42F
Complementary color
Monochromatic Colors of #1DF42F
Black with #1DF42F
Text Example
Text Example
White with #1DF42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF42F; }
p { color: rgb(29,244,47); }
H1.HeaderClassName
{
color: #1DF42F;
}
.AnyTagClassName
{
color: #1DF42F;
}
</style>
background-color css
<style>
a { background-color: #1DF42F; }
a { background-color: rgb(29,244,47); }
div.DivClassName
{
background-color: #1DF42F;
}
.BgClassName
{
background-color: #1DF42F;
}
</style>
border-color css
<style>
span { border-color: #1DF42F; }
span { border-color: rgb(29,244,47); }
td.TdClassName
{
border-color: #1DF42F;
}
.TagClassName
{
border-color: #1DF42F;
}
</style>