Shades of Free Speech Green #1DD30B
Tints of Free Speech Green #1DD30B
RGB
CMYK
RGB Variations
Color information
#1DD30B (or 0x1DD30B) is known color: Free Speech Green. HEX triplet: 1D, D3 and 0B. RGB value is (29,211,11). Sum of RGB (Red+Green+Blue) = 29+211+11=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 211 (82.81% from 255 or 84.06% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD30B is #E22CF4. Grayscale: #868686. Windows color (decimal): -14822645 or 774941. OLE color: 774941.
HSL color Cylindrical-coordinate representation of color #1DD30B: hue angle of 114.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DD30B is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 211 | 11 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.17 |
| HSL | 114.6º | 0.9% | 0.44% | - |
| HSV(B) | 114.6º | 0.95% | 0.83% | - |
| XYZ | 23.86 | 46.87 | 8.11 | - |
| YUV | 133.78 | 58.7 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 211 | 11 | 0.86 | 0 | 0.95 | 0.17 | 114.6 | 0.9 | 0.44 |
| Hex | 1D | D3 | B | 56 | 0 | 5F | 11 | 73 | 5A | 2C |
| Octal | 35 | 323 | 13 | 126 | 0 | 137 | 21 | 163 | 132 | 54 |
| Binary | 11101 | 11010011 | 1011 | 1010110 | 0 | 1011111 | 10001 | 1110011 | 1011010 | 101100 |
Color Harmonies of #1DD30B
Complementary color
Monochromatic Colors of #1DD30B
Black with #1DD30B
Text Example
Text Example
White with #1DD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD30B; }
p { color: rgb(29,211,11); }
H1.HeaderClassName
{
color: #1DD30B;
}
.AnyTagClassName
{
color: #1DD30B;
}
</style>
background-color css
<style>
a { background-color: #1DD30B; }
a { background-color: rgb(29,211,11); }
div.DivClassName
{
background-color: #1DD30B;
}
.BgClassName
{
background-color: #1DD30B;
}
</style>
border-color css
<style>
span { border-color: #1DD30B; }
span { border-color: rgb(29,211,11); }
td.TdClassName
{
border-color: #1DD30B;
}
.TagClassName
{
border-color: #1DD30B;
}
</style>