Shades of Free Speech Green #1DFB32
Tints of Free Speech Green #1DFB32
RGB
CMYK
RGB Variations
Color information
#1DFB32 (or 0x1DFB32) is known color: Free Speech Green. HEX triplet: 1D, FB and 32. RGB value is (29,251,50). Sum of RGB (Red+Green+Blue) = 29+251+50=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 251 (98.44% from 255 or 76.06% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB32 is #E204CD. Grayscale: #A2A2A2. Windows color (decimal): -14812366 or 3341085. OLE color: 3341085.
HSL color Cylindrical-coordinate representation of color #1DFB32: hue angle of 125.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB32 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 50 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.02 |
| HSL | 125.68º | 0.97% | 0.55% | - |
| HSV(B) | 125.68º | 0.88% | 0.98% | - |
| XYZ | 35.58 | 69.49 | 14.55 | - |
| YUV | 161.71 | 64.95 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 50 | 0.88 | 0 | 0.80 | 0.02 | 125.68 | 0.97 | 0.55 |
| Hex | 1D | FB | 32 | 58 | 0 | 50 | 2 | 7E | 61 | 37 |
| Octal | 35 | 373 | 62 | 130 | 0 | 120 | 2 | 176 | 141 | 67 |
| Binary | 11101 | 11111011 | 110010 | 1011000 | 0 | 1010000 | 10 | 1111110 | 1100001 | 110111 |
Color Harmonies of #1DFB32
Complementary color
Monochromatic Colors of #1DFB32
Black with #1DFB32
Text Example
Text Example
White with #1DFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB32; }
p { color: rgb(29,251,50); }
H1.HeaderClassName
{
color: #1DFB32;
}
.AnyTagClassName
{
color: #1DFB32;
}
</style>
background-color css
<style>
a { background-color: #1DFB32; }
a { background-color: rgb(29,251,50); }
div.DivClassName
{
background-color: #1DFB32;
}
.BgClassName
{
background-color: #1DFB32;
}
</style>
border-color css
<style>
span { border-color: #1DFB32; }
span { border-color: rgb(29,251,50); }
td.TdClassName
{
border-color: #1DFB32;
}
.TagClassName
{
border-color: #1DFB32;
}
</style>