Shades of Free Speech Green #1DFF1E
Tints of Free Speech Green #1DFF1E
RGB
CMYK
RGB Variations
Color information
#1DFF1E (or 0x1DFF1E) is known color: Free Speech Green. HEX triplet: 1D, FF and 1E. RGB value is (29,255,30). Sum of RGB (Red+Green+Blue) = 29+255+30=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 255 (100% from 255 or 81.21% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF1E is #E200E1. Grayscale: #A2A2A2. Windows color (decimal): -14811362 or 2031389. OLE color: 2031389.
HSL color Cylindrical-coordinate representation of color #1DFF1E: hue angle of 120.27º 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 #1DFF1E is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 30 | - |
| CMYK | 0.89 | 0 | 0.88 | 0 |
| HSL | 120.27º | 1% | 0.56% | - |
| HSV(B) | 120.27º | 0.89% | 1% | - |
| XYZ | 36.5 | 71.87 | 13.18 | - |
| YUV | 161.78 | 53.63 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 30 | 0.89 | 0 | 0.88 | 0 | 120.27 | 1 | 0.56 |
| Hex | 1D | FF | 1E | 59 | 0 | 58 | 0 | 78 | 64 | 38 |
| Octal | 35 | 377 | 36 | 131 | 0 | 130 | 0 | 170 | 144 | 70 |
| Binary | 11101 | 11111111 | 11110 | 1011001 | 0 | 1011000 | 0 | 1111000 | 1100100 | 111000 |
Color Harmonies of #1DFF1E
Complementary color
Monochromatic Colors of #1DFF1E
Black with #1DFF1E
Text Example
Text Example
White with #1DFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF1E; }
p { color: rgb(29,255,30); }
H1.HeaderClassName
{
color: #1DFF1E;
}
.AnyTagClassName
{
color: #1DFF1E;
}
</style>
background-color css
<style>
a { background-color: #1DFF1E; }
a { background-color: rgb(29,255,30); }
div.DivClassName
{
background-color: #1DFF1E;
}
.BgClassName
{
background-color: #1DFF1E;
}
</style>
border-color css
<style>
span { border-color: #1DFF1E; }
span { border-color: rgb(29,255,30); }
td.TdClassName
{
border-color: #1DFF1E;
}
.TagClassName
{
border-color: #1DFF1E;
}
</style>