Shades of Free Speech Green #1DD60B
Tints of Free Speech Green #1DD60B
RGB
CMYK
RGB Variations
Color information
#1DD60B (or 0x1DD60B) is known color: Free Speech Green. HEX triplet: 1D, D6 and 0B. RGB value is (29,214,11). Sum of RGB (Red+Green+Blue) = 29+214+11=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 214 (83.98% from 255 or 84.25% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD60B is #E229F4. Grayscale: #888888. Windows color (decimal): -14821877 or 775709. OLE color: 775709.
HSL color Cylindrical-coordinate representation of color #1DD60B: hue angle of 114.68º 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 #1DD60B is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 11 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.16 |
| HSL | 114.68º | 0.9% | 0.44% | - |
| HSV(B) | 114.68º | 0.95% | 0.84% | - |
| XYZ | 24.61 | 48.38 | 8.36 | - |
| YUV | 135.54 | 57.71 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 11 | 0.86 | 0 | 0.95 | 0.16 | 114.68 | 0.9 | 0.44 |
| Hex | 1D | D6 | B | 56 | 0 | 5F | 10 | 73 | 5A | 2C |
| Octal | 35 | 326 | 13 | 126 | 0 | 137 | 20 | 163 | 132 | 54 |
| Binary | 11101 | 11010110 | 1011 | 1010110 | 0 | 1011111 | 10000 | 1110011 | 1011010 | 101100 |
Color Harmonies of #1DD60B
Complementary color
Monochromatic Colors of #1DD60B
Black with #1DD60B
Text Example
Text Example
White with #1DD60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD60B; }
p { color: rgb(29,214,11); }
H1.HeaderClassName
{
color: #1DD60B;
}
.AnyTagClassName
{
color: #1DD60B;
}
</style>
background-color css
<style>
a { background-color: #1DD60B; }
a { background-color: rgb(29,214,11); }
div.DivClassName
{
background-color: #1DD60B;
}
.BgClassName
{
background-color: #1DD60B;
}
</style>
border-color css
<style>
span { border-color: #1DD60B; }
span { border-color: rgb(29,214,11); }
td.TdClassName
{
border-color: #1DD60B;
}
.TagClassName
{
border-color: #1DD60B;
}
</style>