Shades of Free Speech Green #1DF60D
Tints of Free Speech Green #1DF60D
RGB
CMYK
RGB Variations
Color information
#1DF60D (or 0x1DF60D) is known color: Free Speech Green. HEX triplet: 1D, F6 and 0D. RGB value is (29,246,13). Sum of RGB (Red+Green+Blue) = 29+246+13=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 246 (96.48% from 255 or 85.42% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF60D is #E209F2. Grayscale: #9B9B9B. Windows color (decimal): -14813683 or 914973. OLE color: 914973.
HSL color Cylindrical-coordinate representation of color #1DF60D: hue angle of 115.88º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DF60D is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 13 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.04 |
| HSL | 115.88º | 0.93% | 0.51% | - |
| HSV(B) | 115.88º | 0.95% | 0.96% | - |
| XYZ | 33.54 | 66.2 | 11.39 | - |
| YUV | 154.56 | 48.11 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 13 | 0.88 | 0 | 0.95 | 0.04 | 115.88 | 0.93 | 0.51 |
| Hex | 1D | F6 | D | 58 | 0 | 5F | 4 | 74 | 5D | 33 |
| Octal | 35 | 366 | 15 | 130 | 0 | 137 | 4 | 164 | 135 | 63 |
| Binary | 11101 | 11110110 | 1101 | 1011000 | 0 | 1011111 | 100 | 1110100 | 1011101 | 110011 |
Color Harmonies of #1DF60D
Complementary color
Monochromatic Colors of #1DF60D
Black with #1DF60D
Text Example
Text Example
White with #1DF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF60D; }
p { color: rgb(29,246,13); }
H1.HeaderClassName
{
color: #1DF60D;
}
.AnyTagClassName
{
color: #1DF60D;
}
</style>
background-color css
<style>
a { background-color: #1DF60D; }
a { background-color: rgb(29,246,13); }
div.DivClassName
{
background-color: #1DF60D;
}
.BgClassName
{
background-color: #1DF60D;
}
</style>
border-color css
<style>
span { border-color: #1DF60D; }
span { border-color: rgb(29,246,13); }
td.TdClassName
{
border-color: #1DF60D;
}
.TagClassName
{
border-color: #1DF60D;
}
</style>