Shades of Free Speech Green #1DF232
Tints of Free Speech Green #1DF232
RGB
CMYK
RGB Variations
Color information
#1DF232 (or 0x1DF232) is known color: Free Speech Green. HEX triplet: 1D, F2 and 32. RGB value is (29,242,50). Sum of RGB (Red+Green+Blue) = 29+242+50=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF232 is #E20DCD. Grayscale: #9C9C9C. Windows color (decimal): -14814670 or 3338781. OLE color: 3338781.
HSL color Cylindrical-coordinate representation of color #1DF232: hue angle of 125.92º 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 #1DF232 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 50 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.05 |
| HSL | 125.92º | 0.89% | 0.53% | - |
| HSV(B) | 125.92º | 0.88% | 0.95% | - |
| XYZ | 32.83 | 64 | 13.64 | - |
| YUV | 156.43 | 67.93 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 50 | 0.88 | 0 | 0.79 | 0.05 | 125.92 | 0.89 | 0.53 |
| Hex | 1D | F2 | 32 | 58 | 0 | 4F | 5 | 7E | 59 | 35 |
| Octal | 35 | 362 | 62 | 130 | 0 | 117 | 5 | 176 | 131 | 65 |
| Binary | 11101 | 11110010 | 110010 | 1011000 | 0 | 1001111 | 101 | 1111110 | 1011001 | 110101 |
Color Harmonies of #1DF232
Complementary color
Monochromatic Colors of #1DF232
Black with #1DF232
Text Example
Text Example
White with #1DF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF232; }
p { color: rgb(29,242,50); }
H1.HeaderClassName
{
color: #1DF232;
}
.AnyTagClassName
{
color: #1DF232;
}
</style>
background-color css
<style>
a { background-color: #1DF232; }
a { background-color: rgb(29,242,50); }
div.DivClassName
{
background-color: #1DF232;
}
.BgClassName
{
background-color: #1DF232;
}
</style>
border-color css
<style>
span { border-color: #1DF232; }
span { border-color: rgb(29,242,50); }
td.TdClassName
{
border-color: #1DF232;
}
.TagClassName
{
border-color: #1DF232;
}
</style>