Shades of Free Speech Green #1DDC13
Tints of Free Speech Green #1DDC13
RGB
CMYK
RGB Variations
Color information
#1DDC13 (or 0x1DDC13) is known color: Free Speech Green. HEX triplet: 1D, DC and 13. RGB value is (29,220,19). Sum of RGB (Red+Green+Blue) = 29+220+19=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 220 (86.33% from 255 or 82.09% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDC13 is #E223EC. Grayscale: #8C8C8C. Windows color (decimal): -14820333 or 1301533. OLE color: 1301533.
HSL color Cylindrical-coordinate representation of color #1DDC13: hue angle of 117.01º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DDC13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 19 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.14 |
| HSL | 117.01º | 0.84% | 0.47% | - |
| HSV(B) | 117.01º | 0.91% | 0.86% | - |
| XYZ | 26.22 | 51.49 | 9.17 | - |
| YUV | 139.98 | 59.72 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 19 | 0.87 | 0 | 0.91 | 0.14 | 117.01 | 0.84 | 0.47 |
| Hex | 1D | DC | 13 | 57 | 0 | 5B | E | 75 | 54 | 2F |
| Octal | 35 | 334 | 23 | 127 | 0 | 133 | 16 | 165 | 124 | 57 |
| Binary | 11101 | 11011100 | 10011 | 1010111 | 0 | 1011011 | 1110 | 1110101 | 1010100 | 101111 |
Color Harmonies of #1DDC13
Complementary color
Monochromatic Colors of #1DDC13
Black with #1DDC13
Text Example
Text Example
White with #1DDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC13; }
p { color: rgb(29,220,19); }
H1.HeaderClassName
{
color: #1DDC13;
}
.AnyTagClassName
{
color: #1DDC13;
}
</style>
background-color css
<style>
a { background-color: #1DDC13; }
a { background-color: rgb(29,220,19); }
div.DivClassName
{
background-color: #1DDC13;
}
.BgClassName
{
background-color: #1DDC13;
}
</style>
border-color css
<style>
span { border-color: #1DDC13; }
span { border-color: rgb(29,220,19); }
td.TdClassName
{
border-color: #1DDC13;
}
.TagClassName
{
border-color: #1DDC13;
}
</style>