Shades of Free Speech Green #1DFB18
Tints of Free Speech Green #1DFB18
RGB
CMYK
RGB Variations
Color information
#1DFB18 (or 0x1DFB18) is known color: Free Speech Green. HEX triplet: 1D, FB and 18. RGB value is (29,251,24). Sum of RGB (Red+Green+Blue) = 29+251+24=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 251 (98.44% from 255 or 82.57% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFB18 is #E204E7. Grayscale: #9F9F9F. Windows color (decimal): -14812392 or 1637149. OLE color: 1637149.
HSL color Cylindrical-coordinate representation of color #1DFB18: hue angle of 118.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DFB18 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 24 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.02 |
| HSL | 118.68º | 0.97% | 0.54% | - |
| HSV(B) | 118.68º | 0.9% | 0.98% | - |
| XYZ | 35.17 | 69.32 | 12.39 | - |
| YUV | 158.74 | 51.95 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 24 | 0.88 | 0 | 0.90 | 0.02 | 118.68 | 0.97 | 0.54 |
| Hex | 1D | FB | 18 | 58 | 0 | 5A | 2 | 77 | 61 | 36 |
| Octal | 35 | 373 | 30 | 130 | 0 | 132 | 2 | 167 | 141 | 66 |
| Binary | 11101 | 11111011 | 11000 | 1011000 | 0 | 1011010 | 10 | 1110111 | 1100001 | 110110 |
Color Harmonies of #1DFB18
Complementary color
Monochromatic Colors of #1DFB18
Black with #1DFB18
Text Example
Text Example
White with #1DFB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB18; }
p { color: rgb(29,251,24); }
H1.HeaderClassName
{
color: #1DFB18;
}
.AnyTagClassName
{
color: #1DFB18;
}
</style>
background-color css
<style>
a { background-color: #1DFB18; }
a { background-color: rgb(29,251,24); }
div.DivClassName
{
background-color: #1DFB18;
}
.BgClassName
{
background-color: #1DFB18;
}
</style>
border-color css
<style>
span { border-color: #1DFB18; }
span { border-color: rgb(29,251,24); }
td.TdClassName
{
border-color: #1DFB18;
}
.TagClassName
{
border-color: #1DFB18;
}
</style>