Shades of Free Speech Green #1DF71D
Tints of Free Speech Green #1DF71D
RGB
CMYK
RGB Variations
Color information
#1DF71D (or 0x1DF71D) is known color: Free Speech Green. HEX triplet: 1D, F7 and 1D. RGB value is (29,247,29). Sum of RGB (Red+Green+Blue) = 29+247+29=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 247 (96.88% from 255 or 80.98% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF71D is #E208E2. Grayscale: #9D9D9D. Windows color (decimal): -14813411 or 1963805. OLE color: 1963805.
HSL color Cylindrical-coordinate representation of color #1DF71D: hue angle of 120º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF71D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 29 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.03 |
| HSL | 120º | 0.93% | 0.54% | - |
| HSV(B) | 120º | 0.88% | 0.97% | - |
| XYZ | 33.99 | 66.87 | 12.28 | - |
| YUV | 156.97 | 55.78 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 29 | 0.88 | 0 | 0.88 | 0.03 | 120 | 0.93 | 0.54 |
| Hex | 1D | F7 | 1D | 58 | 0 | 58 | 3 | 78 | 5D | 36 |
| Octal | 35 | 367 | 35 | 130 | 0 | 130 | 3 | 170 | 135 | 66 |
| Binary | 11101 | 11110111 | 11101 | 1011000 | 0 | 1011000 | 11 | 1111000 | 1011101 | 110110 |
Color Harmonies of #1DF71D
Complementary color
Monochromatic Colors of #1DF71D
Black with #1DF71D
Text Example
Text Example
White with #1DF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF71D; }
p { color: rgb(29,247,29); }
H1.HeaderClassName
{
color: #1DF71D;
}
.AnyTagClassName
{
color: #1DF71D;
}
</style>
background-color css
<style>
a { background-color: #1DF71D; }
a { background-color: rgb(29,247,29); }
div.DivClassName
{
background-color: #1DF71D;
}
.BgClassName
{
background-color: #1DF71D;
}
</style>
border-color css
<style>
span { border-color: #1DF71D; }
span { border-color: rgb(29,247,29); }
td.TdClassName
{
border-color: #1DF71D;
}
.TagClassName
{
border-color: #1DF71D;
}
</style>