Shades of Free Speech Green #1DFF07
Tints of Free Speech Green #1DFF07
RGB
CMYK
RGB Variations
Color information
#1DFF07 (or 0x1DFF07) is known color: Free Speech Green. HEX triplet: 1D, FF and 07. RGB value is (29,255,7). Sum of RGB (Red+Green+Blue) = 29+255+7=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 255 (100% from 255 or 87.63% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFF07 is #E200F8. Grayscale: #9F9F9F. Windows color (decimal): -14811385 or 524061. OLE color: 524061.
HSL color Cylindrical-coordinate representation of color #1DFF07: hue angle of 114.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DFF07 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0 |
| HSL | 114.68º | 1% | 0.51% | - |
| HSV(B) | 114.68º | 0.97% | 1% | - |
| XYZ | 36.31 | 71.8 | 12.15 | - |
| YUV | 159.15 | 42.13 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 7 | 0.89 | 0 | 0.97 | 0 | 114.68 | 1 | 0.51 |
| Hex | 1D | FF | 7 | 59 | 0 | 61 | 0 | 73 | 64 | 33 |
| Octal | 35 | 377 | 7 | 131 | 0 | 141 | 0 | 163 | 144 | 63 |
| Binary | 11101 | 11111111 | 111 | 1011001 | 0 | 1100001 | 0 | 1110011 | 1100100 | 110011 |
Color Harmonies of #1DFF07
Complementary color
Monochromatic Colors of #1DFF07
Black with #1DFF07
Text Example
Text Example
White with #1DFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF07; }
p { color: rgb(29,255,7); }
H1.HeaderClassName
{
color: #1DFF07;
}
.AnyTagClassName
{
color: #1DFF07;
}
</style>
background-color css
<style>
a { background-color: #1DFF07; }
a { background-color: rgb(29,255,7); }
div.DivClassName
{
background-color: #1DFF07;
}
.BgClassName
{
background-color: #1DFF07;
}
</style>
border-color css
<style>
span { border-color: #1DFF07; }
span { border-color: rgb(29,255,7); }
td.TdClassName
{
border-color: #1DFF07;
}
.TagClassName
{
border-color: #1DFF07;
}
</style>