Shades of Free Speech Green #1DF22F
Tints of Free Speech Green #1DF22F
RGB
CMYK
RGB Variations
Color information
#1DF22F (or 0x1DF22F) is known color: Free Speech Green. HEX triplet: 1D, F2 and 2F. RGB value is (29,242,47). Sum of RGB (Red+Green+Blue) = 29+242+47=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 242 (94.92% from 255 or 76.10% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF22F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF22F is #E20DD0. Grayscale: #9C9C9C. Windows color (decimal): -14814673 or 3142173. OLE color: 3142173.
HSL color Cylindrical-coordinate representation of color #1DF22F: hue angle of 125.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF22F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.05 |
| HSL | 125.07º | 0.89% | 0.53% | - |
| HSV(B) | 125.07º | 0.88% | 0.95% | - |
| XYZ | 32.77 | 63.97 | 13.31 | - |
| YUV | 156.08 | 66.43 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 47 | 0.88 | 0 | 0.81 | 0.05 | 125.07 | 0.89 | 0.53 |
| Hex | 1D | F2 | 2F | 58 | 0 | 51 | 5 | 7D | 59 | 35 |
| Octal | 35 | 362 | 57 | 130 | 0 | 121 | 5 | 175 | 131 | 65 |
| Binary | 11101 | 11110010 | 101111 | 1011000 | 0 | 1010001 | 101 | 1111101 | 1011001 | 110101 |
Color Harmonies of #1DF22F
Complementary color
Monochromatic Colors of #1DF22F
Black with #1DF22F
Text Example
Text Example
White with #1DF22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF22F; }
p { color: rgb(29,242,47); }
H1.HeaderClassName
{
color: #1DF22F;
}
.AnyTagClassName
{
color: #1DF22F;
}
</style>
background-color css
<style>
a { background-color: #1DF22F; }
a { background-color: rgb(29,242,47); }
div.DivClassName
{
background-color: #1DF22F;
}
.BgClassName
{
background-color: #1DF22F;
}
</style>
border-color css
<style>
span { border-color: #1DF22F; }
span { border-color: rgb(29,242,47); }
td.TdClassName
{
border-color: #1DF22F;
}
.TagClassName
{
border-color: #1DF22F;
}
</style>