Shades of Free Speech Green #13DD02
Tints of Free Speech Green #13DD02
RGB
CMYK
RGB Variations
Color information
#13DD02 (or 0x13DD02) is known color: Free Speech Green. HEX triplet: 13, DD and 02. RGB value is (19,221,2). Sum of RGB (Red+Green+Blue) = 19+221+2=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 221 (86.72% from 255 or 91.32% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DD02 is #EC22FD. Grayscale: #888888. Windows color (decimal): -15475454 or 187667. OLE color: 187667.
HSL color Cylindrical-coordinate representation of color #13DD02: hue angle of 115.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13DD02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.13 |
| HSL | 115.34º | 0.98% | 0.44% | - |
| HSV(B) | 115.34º | 0.99% | 0.87% | - |
| XYZ | 26.14 | 51.86 | 8.69 | - |
| YUV | 135.64 | 52.58 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 2 | 0.91 | 0 | 0.99 | 0.13 | 115.34 | 0.98 | 0.44 |
| Hex | 13 | DD | 2 | 5B | 0 | 63 | D | 73 | 62 | 2C |
| Octal | 23 | 335 | 2 | 133 | 0 | 143 | 15 | 163 | 142 | 54 |
| Binary | 10011 | 11011101 | 10 | 1011011 | 0 | 1100011 | 1101 | 1110011 | 1100010 | 101100 |
Color Harmonies of #13DD02
Complementary color
Monochromatic Colors of #13DD02
Black with #13DD02
Text Example
Text Example
White with #13DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DD02; }
p { color: rgb(19,221,2); }
H1.HeaderClassName
{
color: #13DD02;
}
.AnyTagClassName
{
color: #13DD02;
}
</style>
background-color css
<style>
a { background-color: #13DD02; }
a { background-color: rgb(19,221,2); }
div.DivClassName
{
background-color: #13DD02;
}
.BgClassName
{
background-color: #13DD02;
}
</style>
border-color css
<style>
span { border-color: #13DD02; }
span { border-color: rgb(19,221,2); }
td.TdClassName
{
border-color: #13DD02;
}
.TagClassName
{
border-color: #13DD02;
}
</style>