Shades of Free Speech Green #1DD70B
Tints of Free Speech Green #1DD70B
RGB
CMYK
RGB Variations
Color information
#1DD70B (or 0x1DD70B) is known color: Free Speech Green. HEX triplet: 1D, D7 and 0B. RGB value is (29,215,11). Sum of RGB (Red+Green+Blue) = 29+215+11=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD70B is #E228F4. Grayscale: #888888. Windows color (decimal): -14821621 or 775965. OLE color: 775965.
HSL color Cylindrical-coordinate representation of color #1DD70B: hue angle of 114.71º 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 #1DD70B is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 215 | 11 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.16 |
| HSL | 114.71º | 0.9% | 0.44% | - |
| HSV(B) | 114.71º | 0.95% | 0.84% | - |
| XYZ | 24.87 | 48.89 | 8.44 | - |
| YUV | 136.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 11 | 0.87 | 0 | 0.95 | 0.16 | 114.71 | 0.9 | 0.44 |
| Hex | 1D | D7 | B | 57 | 0 | 5F | 10 | 73 | 5A | 2C |
| Octal | 35 | 327 | 13 | 127 | 0 | 137 | 20 | 163 | 132 | 54 |
| Binary | 11101 | 11010111 | 1011 | 1010111 | 0 | 1011111 | 10000 | 1110011 | 1011010 | 101100 |
Color Harmonies of #1DD70B
Complementary color
Monochromatic Colors of #1DD70B
Black with #1DD70B
Text Example
Text Example
White with #1DD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD70B; }
p { color: rgb(29,215,11); }
H1.HeaderClassName
{
color: #1DD70B;
}
.AnyTagClassName
{
color: #1DD70B;
}
</style>
background-color css
<style>
a { background-color: #1DD70B; }
a { background-color: rgb(29,215,11); }
div.DivClassName
{
background-color: #1DD70B;
}
.BgClassName
{
background-color: #1DD70B;
}
</style>
border-color css
<style>
span { border-color: #1DD70B; }
span { border-color: rgb(29,215,11); }
td.TdClassName
{
border-color: #1DD70B;
}
.TagClassName
{
border-color: #1DD70B;
}
</style>