Shades of Free Speech Green #1DF022
Tints of Free Speech Green #1DF022
RGB
CMYK
RGB Variations
Color information
#1DF022 (or 0x1DF022) is known color: Free Speech Green. HEX triplet: 1D, F0 and 22. RGB value is (29,240,34). Sum of RGB (Red+Green+Blue) = 29+240+34=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 240 (94.14% from 255 or 79.21% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF022 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF022 is #E20FDD. Grayscale: #9A9A9A. Windows color (decimal): -14815198 or 2289693. OLE color: 2289693.
HSL color Cylindrical-coordinate representation of color #1DF022: hue angle of 121.42º 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 #1DF022 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 34 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.06 |
| HSL | 121.42º | 0.88% | 0.53% | - |
| HSV(B) | 121.42º | 0.88% | 0.94% | - |
| XYZ | 31.96 | 62.7 | 11.93 | - |
| YUV | 153.43 | 60.6 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 34 | 0.88 | 0 | 0.86 | 0.06 | 121.42 | 0.88 | 0.53 |
| Hex | 1D | F0 | 22 | 58 | 0 | 56 | 6 | 79 | 58 | 35 |
| Octal | 35 | 360 | 42 | 130 | 0 | 126 | 6 | 171 | 130 | 65 |
| Binary | 11101 | 11110000 | 100010 | 1011000 | 0 | 1010110 | 110 | 1111001 | 1011000 | 110101 |
Color Harmonies of #1DF022
Complementary color
Monochromatic Colors of #1DF022
Black with #1DF022
Text Example
Text Example
White with #1DF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF022; }
p { color: rgb(29,240,34); }
H1.HeaderClassName
{
color: #1DF022;
}
.AnyTagClassName
{
color: #1DF022;
}
</style>
background-color css
<style>
a { background-color: #1DF022; }
a { background-color: rgb(29,240,34); }
div.DivClassName
{
background-color: #1DF022;
}
.BgClassName
{
background-color: #1DF022;
}
</style>
border-color css
<style>
span { border-color: #1DF022; }
span { border-color: rgb(29,240,34); }
td.TdClassName
{
border-color: #1DF022;
}
.TagClassName
{
border-color: #1DF022;
}
</style>