Shades of Free Speech Green #1DF42A
Tints of Free Speech Green #1DF42A
RGB
CMYK
RGB Variations
Color information
#1DF42A (or 0x1DF42A) is known color: Free Speech Green. HEX triplet: 1D, F4 and 2A. RGB value is (29,244,42). Sum of RGB (Red+Green+Blue) = 29+244+42=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 244 (95.70% from 255 or 77.46% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF42A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF42A is #E20BD5. Grayscale: #9D9D9D. Windows color (decimal): -14814166 or 2815005. OLE color: 2815005.
HSL color Cylindrical-coordinate representation of color #1DF42A: hue angle of 123.63º 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 #1DF42A is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 42 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.04 |
| HSL | 123.63º | 0.91% | 0.54% | - |
| HSV(B) | 123.63º | 0.88% | 0.96% | - |
| XYZ | 33.28 | 65.13 | 13.01 | - |
| YUV | 156.69 | 63.27 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 42 | 0.88 | 0 | 0.83 | 0.04 | 123.63 | 0.91 | 0.54 |
| Hex | 1D | F4 | 2A | 58 | 0 | 53 | 4 | 7C | 5B | 36 |
| Octal | 35 | 364 | 52 | 130 | 0 | 123 | 4 | 174 | 133 | 66 |
| Binary | 11101 | 11110100 | 101010 | 1011000 | 0 | 1010011 | 100 | 1111100 | 1011011 | 110110 |
Color Harmonies of #1DF42A
Complementary color
Monochromatic Colors of #1DF42A
Black with #1DF42A
Text Example
Text Example
White with #1DF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF42A; }
p { color: rgb(29,244,42); }
H1.HeaderClassName
{
color: #1DF42A;
}
.AnyTagClassName
{
color: #1DF42A;
}
</style>
background-color css
<style>
a { background-color: #1DF42A; }
a { background-color: rgb(29,244,42); }
div.DivClassName
{
background-color: #1DF42A;
}
.BgClassName
{
background-color: #1DF42A;
}
</style>
border-color css
<style>
span { border-color: #1DF42A; }
span { border-color: rgb(29,244,42); }
td.TdClassName
{
border-color: #1DF42A;
}
.TagClassName
{
border-color: #1DF42A;
}
</style>