Shades of Free Speech Green #1DF518
Tints of Free Speech Green #1DF518
RGB
CMYK
RGB Variations
Color information
#1DF518 (or 0x1DF518) is known color: Free Speech Green. HEX triplet: 1D, F5 and 18. RGB value is (29,245,24). Sum of RGB (Red+Green+Blue) = 29+245+24=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 245 (96.09% from 255 or 82.21% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF518 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF518 is #E20AE7. Grayscale: #9B9B9B. Windows color (decimal): -14813928 or 1635613. OLE color: 1635613.
HSL color Cylindrical-coordinate representation of color #1DF518: hue angle of 118.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DF518 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 24 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.04 |
| HSL | 118.64º | 0.92% | 0.53% | - |
| HSV(B) | 118.64º | 0.9% | 0.96% | - |
| XYZ | 33.32 | 65.63 | 11.78 | - |
| YUV | 155.22 | 53.94 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 24 | 0.88 | 0 | 0.90 | 0.04 | 118.64 | 0.92 | 0.53 |
| Hex | 1D | F5 | 18 | 58 | 0 | 5A | 4 | 77 | 5C | 35 |
| Octal | 35 | 365 | 30 | 130 | 0 | 132 | 4 | 167 | 134 | 65 |
| Binary | 11101 | 11110101 | 11000 | 1011000 | 0 | 1011010 | 100 | 1110111 | 1011100 | 110101 |
Color Harmonies of #1DF518
Complementary color
Monochromatic Colors of #1DF518
Black with #1DF518
Text Example
Text Example
White with #1DF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF518; }
p { color: rgb(29,245,24); }
H1.HeaderClassName
{
color: #1DF518;
}
.AnyTagClassName
{
color: #1DF518;
}
</style>
background-color css
<style>
a { background-color: #1DF518; }
a { background-color: rgb(29,245,24); }
div.DivClassName
{
background-color: #1DF518;
}
.BgClassName
{
background-color: #1DF518;
}
</style>
border-color css
<style>
span { border-color: #1DF518; }
span { border-color: rgb(29,245,24); }
td.TdClassName
{
border-color: #1DF518;
}
.TagClassName
{
border-color: #1DF518;
}
</style>