Shades of Free Speech Green #1DF425
Tints of Free Speech Green #1DF425
RGB
CMYK
RGB Variations
Color information
#1DF425 (or 0x1DF425) is known color: Free Speech Green. HEX triplet: 1D, F4 and 25. RGB value is (29,244,37). Sum of RGB (Red+Green+Blue) = 29+244+37=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 244 (95.70% from 255 or 78.71% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF425 is #E20BDA. Grayscale: #9C9C9C. Windows color (decimal): -14814171 or 2487325. OLE color: 2487325.
HSL color Cylindrical-coordinate representation of color #1DF425: hue angle of 122.23º 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 #1DF425 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 37 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.04 |
| HSL | 122.23º | 0.91% | 0.54% | - |
| HSV(B) | 122.23º | 0.88% | 0.96% | - |
| XYZ | 33.19 | 65.1 | 12.57 | - |
| YUV | 156.12 | 60.77 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 37 | 0.88 | 0 | 0.85 | 0.04 | 122.23 | 0.91 | 0.54 |
| Hex | 1D | F4 | 25 | 58 | 0 | 55 | 4 | 7A | 5B | 36 |
| Octal | 35 | 364 | 45 | 130 | 0 | 125 | 4 | 172 | 133 | 66 |
| Binary | 11101 | 11110100 | 100101 | 1011000 | 0 | 1010101 | 100 | 1111010 | 1011011 | 110110 |
Color Harmonies of #1DF425
Complementary color
Monochromatic Colors of #1DF425
Black with #1DF425
Text Example
Text Example
White with #1DF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF425; }
p { color: rgb(29,244,37); }
H1.HeaderClassName
{
color: #1DF425;
}
.AnyTagClassName
{
color: #1DF425;
}
</style>
background-color css
<style>
a { background-color: #1DF425; }
a { background-color: rgb(29,244,37); }
div.DivClassName
{
background-color: #1DF425;
}
.BgClassName
{
background-color: #1DF425;
}
</style>
border-color css
<style>
span { border-color: #1DF425; }
span { border-color: rgb(29,244,37); }
td.TdClassName
{
border-color: #1DF425;
}
.TagClassName
{
border-color: #1DF425;
}
</style>