Shades of Free Speech Green #1DF021
Tints of Free Speech Green #1DF021
RGB
CMYK
RGB Variations
Color information
#1DF021 (or 0x1DF021) is known color: Free Speech Green. HEX triplet: 1D, F0 and 21. RGB value is (29,240,33). Sum of RGB (Red+Green+Blue) = 29+240+33=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 240 (94.14% from 255 or 79.47% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF021 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF021 is #E20FDE. Grayscale: #999999. Windows color (decimal): -14815199 or 2224157. OLE color: 2224157.
HSL color Cylindrical-coordinate representation of color #1DF021: hue angle of 121.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF021 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 33 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.06 |
| HSL | 121.14º | 0.88% | 0.53% | - |
| HSV(B) | 121.14º | 0.88% | 0.94% | - |
| XYZ | 31.94 | 62.69 | 11.86 | - |
| YUV | 153.31 | 60.1 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 33 | 0.88 | 0 | 0.86 | 0.06 | 121.14 | 0.88 | 0.53 |
| Hex | 1D | F0 | 21 | 58 | 0 | 56 | 6 | 79 | 58 | 35 |
| Octal | 35 | 360 | 41 | 130 | 0 | 126 | 6 | 171 | 130 | 65 |
| Binary | 11101 | 11110000 | 100001 | 1011000 | 0 | 1010110 | 110 | 1111001 | 1011000 | 110101 |
Color Harmonies of #1DF021
Complementary color
Monochromatic Colors of #1DF021
Black with #1DF021
Text Example
Text Example
White with #1DF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF021; }
p { color: rgb(29,240,33); }
H1.HeaderClassName
{
color: #1DF021;
}
.AnyTagClassName
{
color: #1DF021;
}
</style>
background-color css
<style>
a { background-color: #1DF021; }
a { background-color: rgb(29,240,33); }
div.DivClassName
{
background-color: #1DF021;
}
.BgClassName
{
background-color: #1DF021;
}
</style>
border-color css
<style>
span { border-color: #1DF021; }
span { border-color: rgb(29,240,33); }
td.TdClassName
{
border-color: #1DF021;
}
.TagClassName
{
border-color: #1DF021;
}
</style>