Shades of Free Speech Green #1DFC20
Tints of Free Speech Green #1DFC20
RGB
CMYK
RGB Variations
Color information
#1DFC20 (or 0x1DFC20) is known color: Free Speech Green. HEX triplet: 1D, FC and 20. RGB value is (29,252,32). Sum of RGB (Red+Green+Blue) = 29+252+32=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 252 (98.83% from 255 or 80.51% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFC20 is #E203DF. Grayscale: #A0A0A0. Windows color (decimal): -14812128 or 2161693. OLE color: 2161693.
HSL color Cylindrical-coordinate representation of color #1DFC20: hue angle of 120.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFC20 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 32 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.01 |
| HSL | 120.81º | 0.97% | 0.55% | - |
| HSV(B) | 120.81º | 0.88% | 0.99% | - |
| XYZ | 35.58 | 69.99 | 13 | - |
| YUV | 160.24 | 55.62 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 32 | 0.88 | 0 | 0.87 | 0.01 | 120.81 | 0.97 | 0.55 |
| Hex | 1D | FC | 20 | 58 | 0 | 57 | 1 | 79 | 61 | 37 |
| Octal | 35 | 374 | 40 | 130 | 0 | 127 | 1 | 171 | 141 | 67 |
| Binary | 11101 | 11111100 | 100000 | 1011000 | 0 | 1010111 | 1 | 1111001 | 1100001 | 110111 |
Color Harmonies of #1DFC20
Complementary color
Monochromatic Colors of #1DFC20
Black with #1DFC20
Text Example
Text Example
White with #1DFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFC20; }
p { color: rgb(29,252,32); }
H1.HeaderClassName
{
color: #1DFC20;
}
.AnyTagClassName
{
color: #1DFC20;
}
</style>
background-color css
<style>
a { background-color: #1DFC20; }
a { background-color: rgb(29,252,32); }
div.DivClassName
{
background-color: #1DFC20;
}
.BgClassName
{
background-color: #1DFC20;
}
</style>
border-color css
<style>
span { border-color: #1DFC20; }
span { border-color: rgb(29,252,32); }
td.TdClassName
{
border-color: #1DFC20;
}
.TagClassName
{
border-color: #1DFC20;
}
</style>