Shades of Free Speech Green #1DEF32
Tints of Free Speech Green #1DEF32
RGB
CMYK
RGB Variations
Color information
#1DEF32 (or 0x1DEF32) is known color: Free Speech Green. HEX triplet: 1D, EF and 32. RGB value is (29,239,50). Sum of RGB (Red+Green+Blue) = 29+239+50=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEF32 is #E210CD. Grayscale: #9B9B9B. Windows color (decimal): -14815438 or 3338013. OLE color: 3338013.
HSL color Cylindrical-coordinate representation of color #1DEF32: hue angle of 126º degrees, saturation: 0.87, 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 #1DEF32 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 50 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.06 |
| HSL | 126º | 0.87% | 0.53% | - |
| HSV(B) | 126º | 0.88% | 0.94% | - |
| XYZ | 31.95 | 62.22 | 13.34 | - |
| YUV | 154.66 | 68.93 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 50 | 0.88 | 0 | 0.79 | 0.06 | 126 | 0.87 | 0.53 |
| Hex | 1D | EF | 32 | 58 | 0 | 4F | 6 | 7E | 57 | 35 |
| Octal | 35 | 357 | 62 | 130 | 0 | 117 | 6 | 176 | 127 | 65 |
| Binary | 11101 | 11101111 | 110010 | 1011000 | 0 | 1001111 | 110 | 1111110 | 1010111 | 110101 |
Color Harmonies of #1DEF32
Complementary color
Monochromatic Colors of #1DEF32
Black with #1DEF32
Text Example
Text Example
White with #1DEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEF32; }
p { color: rgb(29,239,50); }
H1.HeaderClassName
{
color: #1DEF32;
}
.AnyTagClassName
{
color: #1DEF32;
}
</style>
background-color css
<style>
a { background-color: #1DEF32; }
a { background-color: rgb(29,239,50); }
div.DivClassName
{
background-color: #1DEF32;
}
.BgClassName
{
background-color: #1DEF32;
}
</style>
border-color css
<style>
span { border-color: #1DEF32; }
span { border-color: rgb(29,239,50); }
td.TdClassName
{
border-color: #1DEF32;
}
.TagClassName
{
border-color: #1DEF32;
}
</style>