Shades of Free Speech Green #1DF700
Tints of Free Speech Green #1DF700
RGB
CMYK
RGB Variations
Color information
#1DF700 (or 0x1DF700) is known color: Free Speech Green. HEX triplet: 1D, F7 and 00. RGB value is (29,247,0). Sum of RGB (Red+Green+Blue) = 29+247+0=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 247 (96.88% from 255 or 89.49% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF700 is #E208FF. Grayscale: #9A9A9A. Windows color (decimal): -14813440 or 63261. OLE color: 63261.
HSL color Cylindrical-coordinate representation of color #1DF700: hue angle of 112.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DF700 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.03 |
| HSL | 112.96º | 1% | 0.48% | - |
| HSV(B) | 112.96º | 1% | 0.97% | - |
| XYZ | 33.77 | 66.78 | 11.11 | - |
| YUV | 153.66 | 41.28 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 0 | 0.88 | 0 | 1 | 0.03 | 112.96 | 1 | 0.48 |
| Hex | 1D | F7 | 0 | 58 | 0 | 64 | 3 | 71 | 64 | 30 |
| Octal | 35 | 367 | 0 | 130 | 0 | 144 | 3 | 161 | 144 | 60 |
| Binary | 11101 | 11110111 | 0 | 1011000 | 0 | 1100100 | 11 | 1110001 | 1100100 | 110000 |
Color Harmonies of #1DF700
Complementary color
Monochromatic Colors of #1DF700
Black with #1DF700
Text Example
Text Example
White with #1DF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF700; }
p { color: rgb(29,247,0); }
H1.HeaderClassName
{
color: #1DF700;
}
.AnyTagClassName
{
color: #1DF700;
}
</style>
background-color css
<style>
a { background-color: #1DF700; }
a { background-color: rgb(29,247,0); }
div.DivClassName
{
background-color: #1DF700;
}
.BgClassName
{
background-color: #1DF700;
}
</style>
border-color css
<style>
span { border-color: #1DF700; }
span { border-color: rgb(29,247,0); }
td.TdClassName
{
border-color: #1DF700;
}
.TagClassName
{
border-color: #1DF700;
}
</style>