Shades of Free Speech Green #1DF00F
Tints of Free Speech Green #1DF00F
RGB
CMYK
RGB Variations
Color information
#1DF00F (or 0x1DF00F) is known color: Free Speech Green. HEX triplet: 1D, F0 and 0F. RGB value is (29,240,15). Sum of RGB (Red+Green+Blue) = 29+240+15=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 240 (94.14% from 255 or 84.51% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF00F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF00F is #E20FF0. Grayscale: #979797. Windows color (decimal): -14815217 or 1044509. OLE color: 1044509.
HSL color Cylindrical-coordinate representation of color #1DF00F: hue angle of 116.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DF00F is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 15 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.06 |
| HSL | 116.27º | 0.88% | 0.5% | - |
| HSV(B) | 116.27º | 0.94% | 0.94% | - |
| XYZ | 31.75 | 62.62 | 10.86 | - |
| YUV | 151.26 | 51.1 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 15 | 0.88 | 0 | 0.94 | 0.06 | 116.27 | 0.88 | 0.5 |
| Hex | 1D | F0 | F | 58 | 0 | 5E | 6 | 74 | 58 | 32 |
| Octal | 35 | 360 | 17 | 130 | 0 | 136 | 6 | 164 | 130 | 62 |
| Binary | 11101 | 11110000 | 1111 | 1011000 | 0 | 1011110 | 110 | 1110100 | 1011000 | 110010 |
Color Harmonies of #1DF00F
Complementary color
Monochromatic Colors of #1DF00F
Black with #1DF00F
Text Example
Text Example
White with #1DF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF00F; }
p { color: rgb(29,240,15); }
H1.HeaderClassName
{
color: #1DF00F;
}
.AnyTagClassName
{
color: #1DF00F;
}
</style>
background-color css
<style>
a { background-color: #1DF00F; }
a { background-color: rgb(29,240,15); }
div.DivClassName
{
background-color: #1DF00F;
}
.BgClassName
{
background-color: #1DF00F;
}
</style>
border-color css
<style>
span { border-color: #1DF00F; }
span { border-color: rgb(29,240,15); }
td.TdClassName
{
border-color: #1DF00F;
}
.TagClassName
{
border-color: #1DF00F;
}
</style>