Shades of Free Speech Green #1DFF1F
Tints of Free Speech Green #1DFF1F
RGB
CMYK
RGB Variations
Color information
#1DFF1F (or 0x1DFF1F) is known color: Free Speech Green. HEX triplet: 1D, FF and 1F. RGB value is (29,255,31). Sum of RGB (Red+Green+Blue) = 29+255+31=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 255 (100% from 255 or 80.95% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF1F is #E200E0. Grayscale: #A2A2A2. Windows color (decimal): -14811361 or 2096925. OLE color: 2096925.
HSL color Cylindrical-coordinate representation of color #1DFF1F: hue angle of 120.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF1F is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 31 | - |
| CMYK | 0.89 | 0 | 0.88 | 0 |
| HSL | 120.53º | 1% | 0.56% | - |
| HSV(B) | 120.53º | 0.89% | 1% | - |
| XYZ | 36.51 | 71.88 | 13.25 | - |
| YUV | 161.89 | 54.13 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 31 | 0.89 | 0 | 0.88 | 0 | 120.53 | 1 | 0.56 |
| Hex | 1D | FF | 1F | 59 | 0 | 58 | 0 | 79 | 64 | 38 |
| Octal | 35 | 377 | 37 | 131 | 0 | 130 | 0 | 171 | 144 | 70 |
| Binary | 11101 | 11111111 | 11111 | 1011001 | 0 | 1011000 | 0 | 1111001 | 1100100 | 111000 |
Color Harmonies of #1DFF1F
Complementary color
Monochromatic Colors of #1DFF1F
Black with #1DFF1F
Text Example
Text Example
White with #1DFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF1F; }
p { color: rgb(29,255,31); }
H1.HeaderClassName
{
color: #1DFF1F;
}
.AnyTagClassName
{
color: #1DFF1F;
}
</style>
background-color css
<style>
a { background-color: #1DFF1F; }
a { background-color: rgb(29,255,31); }
div.DivClassName
{
background-color: #1DFF1F;
}
.BgClassName
{
background-color: #1DFF1F;
}
</style>
border-color css
<style>
span { border-color: #1DFF1F; }
span { border-color: rgb(29,255,31); }
td.TdClassName
{
border-color: #1DFF1F;
}
.TagClassName
{
border-color: #1DFF1F;
}
</style>