Shades of Free Speech Green #1DFB20
Tints of Free Speech Green #1DFB20
RGB
CMYK
RGB Variations
Color information
#1DFB20 (or 0x1DFB20) is known color: Free Speech Green. HEX triplet: 1D, FB and 20. RGB value is (29,251,32). Sum of RGB (Red+Green+Blue) = 29+251+32=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 251 (98.44% from 255 or 80.45% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB20 is #E204DF. Grayscale: #A0A0A0. Windows color (decimal): -14812384 or 2161437. OLE color: 2161437.
HSL color Cylindrical-coordinate representation of color #1DFB20: hue angle of 120.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB20 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 32 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.02 |
| HSL | 120.81º | 0.97% | 0.55% | - |
| HSV(B) | 120.81º | 0.88% | 0.98% | - |
| XYZ | 35.26 | 69.36 | 12.9 | - |
| YUV | 159.66 | 55.95 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 32 | 0.88 | 0 | 0.87 | 0.02 | 120.81 | 0.97 | 0.55 |
| Hex | 1D | FB | 20 | 58 | 0 | 57 | 2 | 79 | 61 | 37 |
| Octal | 35 | 373 | 40 | 130 | 0 | 127 | 2 | 171 | 141 | 67 |
| Binary | 11101 | 11111011 | 100000 | 1011000 | 0 | 1010111 | 10 | 1111001 | 1100001 | 110111 |
Color Harmonies of #1DFB20
Complementary color
Monochromatic Colors of #1DFB20
Black with #1DFB20
Text Example
Text Example
White with #1DFB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB20; }
p { color: rgb(29,251,32); }
H1.HeaderClassName
{
color: #1DFB20;
}
.AnyTagClassName
{
color: #1DFB20;
}
</style>
background-color css
<style>
a { background-color: #1DFB20; }
a { background-color: rgb(29,251,32); }
div.DivClassName
{
background-color: #1DFB20;
}
.BgClassName
{
background-color: #1DFB20;
}
</style>
border-color css
<style>
span { border-color: #1DFB20; }
span { border-color: rgb(29,251,32); }
td.TdClassName
{
border-color: #1DFB20;
}
.TagClassName
{
border-color: #1DFB20;
}
</style>