Shades of Free Speech Green #1CDD13
Tints of Free Speech Green #1CDD13
RGB
CMYK
RGB Variations
Color information
#1CDD13 (or 0x1CDD13) is known color: Free Speech Green. HEX triplet: 1C, DD and 13. RGB value is (28,221,19). Sum of RGB (Red+Green+Blue) = 28+221+19=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CDD13 is #E322EC. Grayscale: #8C8C8C. Windows color (decimal): -14885613 or 1301788. OLE color: 1301788.
HSL color Cylindrical-coordinate representation of color #1CDD13: hue angle of 117.33º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CDD13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 19 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.13 |
| HSL | 117.33º | 0.84% | 0.47% | - |
| HSV(B) | 117.33º | 0.91% | 0.87% | - |
| XYZ | 26.45 | 52.01 | 9.26 | - |
| YUV | 140.27 | 59.56 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 19 | 0.87 | 0 | 0.91 | 0.13 | 117.33 | 0.84 | 0.47 |
| Hex | 1C | DD | 13 | 57 | 0 | 5B | D | 75 | 54 | 2F |
| Octal | 34 | 335 | 23 | 127 | 0 | 133 | 15 | 165 | 124 | 57 |
| Binary | 11100 | 11011101 | 10011 | 1010111 | 0 | 1011011 | 1101 | 1110101 | 1010100 | 101111 |
Color Harmonies of #1CDD13
Complementary color
Monochromatic Colors of #1CDD13
Black with #1CDD13
Text Example
Text Example
White with #1CDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD13; }
p { color: rgb(28,221,19); }
H1.HeaderClassName
{
color: #1CDD13;
}
.AnyTagClassName
{
color: #1CDD13;
}
</style>
background-color css
<style>
a { background-color: #1CDD13; }
a { background-color: rgb(28,221,19); }
div.DivClassName
{
background-color: #1CDD13;
}
.BgClassName
{
background-color: #1CDD13;
}
</style>
border-color css
<style>
span { border-color: #1CDD13; }
span { border-color: rgb(28,221,19); }
td.TdClassName
{
border-color: #1CDD13;
}
.TagClassName
{
border-color: #1CDD13;
}
</style>