Shades of Free Speech Green #1DF52D
Tints of Free Speech Green #1DF52D
RGB
CMYK
RGB Variations
Color information
#1DF52D (or 0x1DF52D) is known color: Free Speech Green. HEX triplet: 1D, F5 and 2D. RGB value is (29,245,45). Sum of RGB (Red+Green+Blue) = 29+245+45=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 245 (96.09% from 255 or 76.80% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF52D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF52D is #E20AD2. Grayscale: #9E9E9E. Windows color (decimal): -14813907 or 3011869. OLE color: 3011869.
HSL color Cylindrical-coordinate representation of color #1DF52D: hue angle of 124.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF52D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.04 |
| HSL | 124.44º | 0.92% | 0.54% | - |
| HSV(B) | 124.44º | 0.88% | 0.96% | - |
| XYZ | 33.63 | 65.76 | 13.4 | - |
| YUV | 157.62 | 64.44 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 45 | 0.88 | 0 | 0.82 | 0.04 | 124.44 | 0.92 | 0.54 |
| Hex | 1D | F5 | 2D | 58 | 0 | 52 | 4 | 7C | 5C | 36 |
| Octal | 35 | 365 | 55 | 130 | 0 | 122 | 4 | 174 | 134 | 66 |
| Binary | 11101 | 11110101 | 101101 | 1011000 | 0 | 1010010 | 100 | 1111100 | 1011100 | 110110 |
Color Harmonies of #1DF52D
Complementary color
Monochromatic Colors of #1DF52D
Black with #1DF52D
Text Example
Text Example
White with #1DF52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF52D; }
p { color: rgb(29,245,45); }
H1.HeaderClassName
{
color: #1DF52D;
}
.AnyTagClassName
{
color: #1DF52D;
}
</style>
background-color css
<style>
a { background-color: #1DF52D; }
a { background-color: rgb(29,245,45); }
div.DivClassName
{
background-color: #1DF52D;
}
.BgClassName
{
background-color: #1DF52D;
}
</style>
border-color css
<style>
span { border-color: #1DF52D; }
span { border-color: rgb(29,245,45); }
td.TdClassName
{
border-color: #1DF52D;
}
.TagClassName
{
border-color: #1DF52D;
}
</style>