Shades of Free Speech Green #1DF32F
Tints of Free Speech Green #1DF32F
RGB
CMYK
RGB Variations
Color information
#1DF32F (or 0x1DF32F) is known color: Free Speech Green. HEX triplet: 1D, F3 and 2F. RGB value is (29,243,47). Sum of RGB (Red+Green+Blue) = 29+243+47=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF32F is #E20CD0. Grayscale: #9D9D9D. Windows color (decimal): -14814417 or 3142429. OLE color: 3142429.
HSL color Cylindrical-coordinate representation of color #1DF32F: hue angle of 125.05º degrees, saturation: 0.9, 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 #1DF32F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 47 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.05 |
| HSL | 125.05º | 0.9% | 0.53% | - |
| HSV(B) | 125.05º | 0.88% | 0.95% | - |
| XYZ | 33.07 | 64.57 | 13.41 | - |
| YUV | 156.67 | 66.1 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 47 | 0.88 | 0 | 0.81 | 0.05 | 125.05 | 0.9 | 0.53 |
| Hex | 1D | F3 | 2F | 58 | 0 | 51 | 5 | 7D | 5A | 35 |
| Octal | 35 | 363 | 57 | 130 | 0 | 121 | 5 | 175 | 132 | 65 |
| Binary | 11101 | 11110011 | 101111 | 1011000 | 0 | 1010001 | 101 | 1111101 | 1011010 | 110101 |
Color Harmonies of #1DF32F
Complementary color
Monochromatic Colors of #1DF32F
Black with #1DF32F
Text Example
Text Example
White with #1DF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF32F; }
p { color: rgb(29,243,47); }
H1.HeaderClassName
{
color: #1DF32F;
}
.AnyTagClassName
{
color: #1DF32F;
}
</style>
background-color css
<style>
a { background-color: #1DF32F; }
a { background-color: rgb(29,243,47); }
div.DivClassName
{
background-color: #1DF32F;
}
.BgClassName
{
background-color: #1DF32F;
}
</style>
border-color css
<style>
span { border-color: #1DF32F; }
span { border-color: rgb(29,243,47); }
td.TdClassName
{
border-color: #1DF32F;
}
.TagClassName
{
border-color: #1DF32F;
}
</style>