Shades of Free Speech Green #1DF61D
Tints of Free Speech Green #1DF61D
RGB
CMYK
RGB Variations
Color information
#1DF61D (or 0x1DF61D) is known color: Free Speech Green. HEX triplet: 1D, F6 and 1D. RGB value is (29,246,29). Sum of RGB (Red+Green+Blue) = 29+246+29=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF61D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF61D is #E209E2. Grayscale: #9D9D9D. Windows color (decimal): -14813667 or 1963549. OLE color: 1963549.
HSL color Cylindrical-coordinate representation of color #1DF61D: hue angle of 120º degrees, saturation: 0.92, 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 #1DF61D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 29 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.04 |
| HSL | 120º | 0.92% | 0.54% | - |
| HSV(B) | 120º | 0.88% | 0.96% | - |
| XYZ | 33.68 | 66.26 | 12.18 | - |
| YUV | 156.38 | 56.11 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 29 | 0.88 | 0 | 0.88 | 0.04 | 120 | 0.92 | 0.54 |
| Hex | 1D | F6 | 1D | 58 | 0 | 58 | 4 | 78 | 5C | 36 |
| Octal | 35 | 366 | 35 | 130 | 0 | 130 | 4 | 170 | 134 | 66 |
| Binary | 11101 | 11110110 | 11101 | 1011000 | 0 | 1011000 | 100 | 1111000 | 1011100 | 110110 |
Color Harmonies of #1DF61D
Complementary color
Monochromatic Colors of #1DF61D
Black with #1DF61D
Text Example
Text Example
White with #1DF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF61D; }
p { color: rgb(29,246,29); }
H1.HeaderClassName
{
color: #1DF61D;
}
.AnyTagClassName
{
color: #1DF61D;
}
</style>
background-color css
<style>
a { background-color: #1DF61D; }
a { background-color: rgb(29,246,29); }
div.DivClassName
{
background-color: #1DF61D;
}
.BgClassName
{
background-color: #1DF61D;
}
</style>
border-color css
<style>
span { border-color: #1DF61D; }
span { border-color: rgb(29,246,29); }
td.TdClassName
{
border-color: #1DF61D;
}
.TagClassName
{
border-color: #1DF61D;
}
</style>