Shades of Free Speech Green #1DD50B
Tints of Free Speech Green #1DD50B
RGB
CMYK
RGB Variations
Color information
#1DD50B (or 0x1DD50B) is known color: Free Speech Green. HEX triplet: 1D, D5 and 0B. RGB value is (29,213,11). Sum of RGB (Red+Green+Blue) = 29+213+11=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 213 (83.59% from 255 or 84.19% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD50B is #E22AF4. Grayscale: #878787. Windows color (decimal): -14822133 or 775453. OLE color: 775453.
HSL color Cylindrical-coordinate representation of color #1DD50B: hue angle of 114.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DD50B is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 11 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.16 |
| HSL | 114.65º | 0.9% | 0.44% | - |
| HSV(B) | 114.65º | 0.95% | 0.84% | - |
| XYZ | 24.36 | 47.87 | 8.27 | - |
| YUV | 134.96 | 58.04 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 11 | 0.86 | 0 | 0.95 | 0.16 | 114.65 | 0.9 | 0.44 |
| Hex | 1D | D5 | B | 56 | 0 | 5F | 10 | 73 | 5A | 2C |
| Octal | 35 | 325 | 13 | 126 | 0 | 137 | 20 | 163 | 132 | 54 |
| Binary | 11101 | 11010101 | 1011 | 1010110 | 0 | 1011111 | 10000 | 1110011 | 1011010 | 101100 |
Color Harmonies of #1DD50B
Complementary color
Monochromatic Colors of #1DD50B
Black with #1DD50B
Text Example
Text Example
White with #1DD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD50B; }
p { color: rgb(29,213,11); }
H1.HeaderClassName
{
color: #1DD50B;
}
.AnyTagClassName
{
color: #1DD50B;
}
</style>
background-color css
<style>
a { background-color: #1DD50B; }
a { background-color: rgb(29,213,11); }
div.DivClassName
{
background-color: #1DD50B;
}
.BgClassName
{
background-color: #1DD50B;
}
</style>
border-color css
<style>
span { border-color: #1DD50B; }
span { border-color: rgb(29,213,11); }
td.TdClassName
{
border-color: #1DD50B;
}
.TagClassName
{
border-color: #1DD50B;
}
</style>