Shades of Free Speech Green #1DF918
Tints of Free Speech Green #1DF918
RGB
CMYK
RGB Variations
Color information
#1DF918 (or 0x1DF918) is known color: Free Speech Green. HEX triplet: 1D, F9 and 18. RGB value is (29,249,24). Sum of RGB (Red+Green+Blue) = 29+249+24=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 249 (97.66% from 255 or 82.45% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF918 is #E206E7. Grayscale: #9E9E9E. Windows color (decimal): -14812904 or 1636637. OLE color: 1636637.
HSL color Cylindrical-coordinate representation of color #1DF918: hue angle of 118.67º degrees, saturation: 0.95, 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 #1DF918 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 24 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.02 |
| HSL | 118.67º | 0.95% | 0.54% | - |
| HSV(B) | 118.67º | 0.9% | 0.98% | - |
| XYZ | 34.55 | 68.08 | 12.18 | - |
| YUV | 157.57 | 52.61 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 24 | 0.88 | 0 | 0.90 | 0.02 | 118.67 | 0.95 | 0.54 |
| Hex | 1D | F9 | 18 | 58 | 0 | 5A | 2 | 77 | 5F | 36 |
| Octal | 35 | 371 | 30 | 130 | 0 | 132 | 2 | 167 | 137 | 66 |
| Binary | 11101 | 11111001 | 11000 | 1011000 | 0 | 1011010 | 10 | 1110111 | 1011111 | 110110 |
Color Harmonies of #1DF918
Complementary color
Monochromatic Colors of #1DF918
Black with #1DF918
Text Example
Text Example
White with #1DF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF918; }
p { color: rgb(29,249,24); }
H1.HeaderClassName
{
color: #1DF918;
}
.AnyTagClassName
{
color: #1DF918;
}
</style>
background-color css
<style>
a { background-color: #1DF918; }
a { background-color: rgb(29,249,24); }
div.DivClassName
{
background-color: #1DF918;
}
.BgClassName
{
background-color: #1DF918;
}
</style>
border-color css
<style>
span { border-color: #1DF918; }
span { border-color: rgb(29,249,24); }
td.TdClassName
{
border-color: #1DF918;
}
.TagClassName
{
border-color: #1DF918;
}
</style>