Shades of Free Speech Green #1DFE13
Tints of Free Speech Green #1DFE13
RGB
CMYK
RGB Variations
Color information
#1DFE13 (or 0x1DFE13) is known color: Free Speech Green. HEX triplet: 1D, FE and 13. RGB value is (29,254,19). Sum of RGB (Red+Green+Blue) = 29+254+19=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 254 (99.61% from 255 or 84.11% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFE13 is #E201EC. Grayscale: #A0A0A0. Windows color (decimal): -14811629 or 1310237. OLE color: 1310237.
HSL color Cylindrical-coordinate representation of color #1DFE13: hue angle of 117.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DFE13 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 19 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.00 |
| HSL | 117.45º | 0.99% | 0.54% | - |
| HSV(B) | 117.45º | 0.93% | 1% | - |
| XYZ | 36.07 | 71.19 | 12.46 | - |
| YUV | 159.94 | 48.46 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 19 | 0.89 | 0 | 0.93 | 0.00 | 117.45 | 0.99 | 0.54 |
| Hex | 1D | FE | 13 | 59 | 0 | 5D | 0 | 75 | 63 | 36 |
| Octal | 35 | 376 | 23 | 131 | 0 | 135 | 0 | 165 | 143 | 66 |
| Binary | 11101 | 11111110 | 10011 | 1011001 | 0 | 1011101 | 0 | 1110101 | 1100011 | 110110 |
Color Harmonies of #1DFE13
Complementary color
Monochromatic Colors of #1DFE13
Black with #1DFE13
Text Example
Text Example
White with #1DFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFE13; }
p { color: rgb(29,254,19); }
H1.HeaderClassName
{
color: #1DFE13;
}
.AnyTagClassName
{
color: #1DFE13;
}
</style>
background-color css
<style>
a { background-color: #1DFE13; }
a { background-color: rgb(29,254,19); }
div.DivClassName
{
background-color: #1DFE13;
}
.BgClassName
{
background-color: #1DFE13;
}
</style>
border-color css
<style>
span { border-color: #1DFE13; }
span { border-color: rgb(29,254,19); }
td.TdClassName
{
border-color: #1DFE13;
}
.TagClassName
{
border-color: #1DFE13;
}
</style>