Shades of Free Speech Green #1DFA11
Tints of Free Speech Green #1DFA11
RGB
CMYK
RGB Variations
Color information
#1DFA11 (or 0x1DFA11) is known color: Free Speech Green. HEX triplet: 1D, FA and 11. RGB value is (29,250,17). Sum of RGB (Red+Green+Blue) = 29+250+17=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 250 (98.05% from 255 or 84.46% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFA11 is #E205EE. Grayscale: #9E9E9E. Windows color (decimal): -14812655 or 1178141. OLE color: 1178141.
HSL color Cylindrical-coordinate representation of color #1DFA11: hue angle of 116.91º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DFA11 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 17 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.02 |
| HSL | 116.91º | 0.96% | 0.52% | - |
| HSV(B) | 116.91º | 0.93% | 0.98% | - |
| XYZ | 34.79 | 68.67 | 11.95 | - |
| YUV | 157.36 | 48.78 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 17 | 0.88 | 0 | 0.93 | 0.02 | 116.91 | 0.96 | 0.52 |
| Hex | 1D | FA | 11 | 58 | 0 | 5D | 2 | 75 | 60 | 34 |
| Octal | 35 | 372 | 21 | 130 | 0 | 135 | 2 | 165 | 140 | 64 |
| Binary | 11101 | 11111010 | 10001 | 1011000 | 0 | 1011101 | 10 | 1110101 | 1100000 | 110100 |
Color Harmonies of #1DFA11
Complementary color
Monochromatic Colors of #1DFA11
Black with #1DFA11
Text Example
Text Example
White with #1DFA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA11; }
p { color: rgb(29,250,17); }
H1.HeaderClassName
{
color: #1DFA11;
}
.AnyTagClassName
{
color: #1DFA11;
}
</style>
background-color css
<style>
a { background-color: #1DFA11; }
a { background-color: rgb(29,250,17); }
div.DivClassName
{
background-color: #1DFA11;
}
.BgClassName
{
background-color: #1DFA11;
}
</style>
border-color css
<style>
span { border-color: #1DFA11; }
span { border-color: rgb(29,250,17); }
td.TdClassName
{
border-color: #1DFA11;
}
.TagClassName
{
border-color: #1DFA11;
}
</style>