Shades of Free Speech Green #1DF500
Tints of Free Speech Green #1DF500
RGB
CMYK
RGB Variations
Color information
#1DF500 (or 0x1DF500) is known color: Free Speech Green. HEX triplet: 1D, F5 and 00. RGB value is (29,245,0). Sum of RGB (Red+Green+Blue) = 29+245+0=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 245 (96.09% from 255 or 89.42% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF500 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF500 is #E20AFF. Grayscale: #999999. Windows color (decimal): -14813952 or 62749. OLE color: 62749.
HSL color Cylindrical-coordinate representation of color #1DF500: hue angle of 112.9º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DF500 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.04 |
| HSL | 112.9º | 1% | 0.48% | - |
| HSV(B) | 112.9º | 1% | 0.96% | - |
| XYZ | 33.16 | 65.57 | 10.91 | - |
| YUV | 152.49 | 41.94 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 0 | 0.88 | 0 | 1 | 0.04 | 112.9 | 1 | 0.48 |
| Hex | 1D | F5 | 0 | 58 | 0 | 64 | 4 | 71 | 64 | 30 |
| Octal | 35 | 365 | 0 | 130 | 0 | 144 | 4 | 161 | 144 | 60 |
| Binary | 11101 | 11110101 | 0 | 1011000 | 0 | 1100100 | 100 | 1110001 | 1100100 | 110000 |
Color Harmonies of #1DF500
Complementary color
Monochromatic Colors of #1DF500
Black with #1DF500
Text Example
Text Example
White with #1DF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF500; }
p { color: rgb(29,245,0); }
H1.HeaderClassName
{
color: #1DF500;
}
.AnyTagClassName
{
color: #1DF500;
}
</style>
background-color css
<style>
a { background-color: #1DF500; }
a { background-color: rgb(29,245,0); }
div.DivClassName
{
background-color: #1DF500;
}
.BgClassName
{
background-color: #1DF500;
}
</style>
border-color css
<style>
span { border-color: #1DF500; }
span { border-color: rgb(29,245,0); }
td.TdClassName
{
border-color: #1DF500;
}
.TagClassName
{
border-color: #1DF500;
}
</style>