Shades of Free Speech Green #02DD16
Tints of Free Speech Green #02DD16
RGB
CMYK
RGB Variations
Color information
#02DD16 (or 0x02DD16) is known color: Free Speech Green. HEX triplet: 02, DD and 16. RGB value is (2,221,22). Sum of RGB (Red+Green+Blue) = 2+221+22=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 221 (86.72% from 255 or 90.20% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DD16 is #FD22E9. Grayscale: #858585. Windows color (decimal): -16589546 or 1498370. OLE color: 1498370.
HSL color Cylindrical-coordinate representation of color #02DD16: hue angle of 125.48º 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 #02DD16 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 22 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.13 |
| HSL | 125.48º | 0.98% | 0.44% | - |
| HSV(B) | 125.48º | 0.99% | 0.87% | - |
| XYZ | 26.03 | 51.78 | 9.38 | - |
| YUV | 132.83 | 65.45 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 22 | 0.99 | 0 | 0.90 | 0.13 | 125.48 | 0.98 | 0.44 |
| Hex | 2 | DD | 16 | 63 | 0 | 5A | D | 7D | 62 | 2C |
| Octal | 2 | 335 | 26 | 143 | 0 | 132 | 15 | 175 | 142 | 54 |
| Binary | 10 | 11011101 | 10110 | 1100011 | 0 | 1011010 | 1101 | 1111101 | 1100010 | 101100 |
Color Harmonies of #02DD16
Complementary color
Monochromatic Colors of #02DD16
Black with #02DD16
Text Example
Text Example
White with #02DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD16; }
p { color: rgb(2,221,22); }
H1.HeaderClassName
{
color: #02DD16;
}
.AnyTagClassName
{
color: #02DD16;
}
</style>
background-color css
<style>
a { background-color: #02DD16; }
a { background-color: rgb(2,221,22); }
div.DivClassName
{
background-color: #02DD16;
}
.BgClassName
{
background-color: #02DD16;
}
</style>
border-color css
<style>
span { border-color: #02DD16; }
span { border-color: rgb(2,221,22); }
td.TdClassName
{
border-color: #02DD16;
}
.TagClassName
{
border-color: #02DD16;
}
</style>