Shades of Free Speech Green #1DF50B
Tints of Free Speech Green #1DF50B
RGB
CMYK
RGB Variations
Color information
#1DF50B (or 0x1DF50B) is known color: Free Speech Green. HEX triplet: 1D, F5 and 0B. RGB value is (29,245,11). Sum of RGB (Red+Green+Blue) = 29+245+11=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 245 (96.09% from 255 or 85.96% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF50B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF50B is #E20AF4. Grayscale: #9A9A9A. Windows color (decimal): -14813941 or 783645. OLE color: 783645.
HSL color Cylindrical-coordinate representation of color #1DF50B: hue angle of 115.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DF50B is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 245 | 11 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.04 |
| HSL | 115.38º | 0.92% | 0.5% | - |
| HSV(B) | 115.38º | 0.96% | 0.96% | - |
| XYZ | 33.22 | 65.59 | 11.23 | - |
| YUV | 153.74 | 47.44 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 245 | 11 | 0.88 | 0 | 0.96 | 0.04 | 115.38 | 0.92 | 0.5 |
| Hex | 1D | F5 | B | 58 | 0 | 60 | 4 | 73 | 5C | 32 |
| Octal | 35 | 365 | 13 | 130 | 0 | 140 | 4 | 163 | 134 | 62 |
| Binary | 11101 | 11110101 | 1011 | 1011000 | 0 | 1100000 | 100 | 1110011 | 1011100 | 110010 |
Color Harmonies of #1DF50B
Complementary color
Monochromatic Colors of #1DF50B
Black with #1DF50B
Text Example
Text Example
White with #1DF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF50B; }
p { color: rgb(29,245,11); }
H1.HeaderClassName
{
color: #1DF50B;
}
.AnyTagClassName
{
color: #1DF50B;
}
</style>
background-color css
<style>
a { background-color: #1DF50B; }
a { background-color: rgb(29,245,11); }
div.DivClassName
{
background-color: #1DF50B;
}
.BgClassName
{
background-color: #1DF50B;
}
</style>
border-color css
<style>
span { border-color: #1DF50B; }
span { border-color: rgb(29,245,11); }
td.TdClassName
{
border-color: #1DF50B;
}
.TagClassName
{
border-color: #1DF50B;
}
</style>