Shades of Free Speech Green #02DD20
Tints of Free Speech Green #02DD20
RGB
CMYK
RGB Variations
Color information
#02DD20 (or 0x02DD20) is known color: Free Speech Green. HEX triplet: 02, DD and 20. RGB value is (2,221,32). Sum of RGB (Red+Green+Blue) = 2+221+32=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DD20 is #FD22DF. Grayscale: #868686. Windows color (decimal): -16589536 or 2153730. OLE color: 2153730.
HSL color Cylindrical-coordinate representation of color #02DD20: hue angle of 128.22º 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 #02DD20 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 32 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.13 |
| HSL | 128.22º | 0.98% | 0.44% | - |
| HSV(B) | 128.22º | 0.99% | 0.87% | - |
| XYZ | 26.14 | 51.83 | 9.99 | - |
| YUV | 133.97 | 70.45 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 32 | 0.99 | 0 | 0.86 | 0.13 | 128.22 | 0.98 | 0.44 |
| Hex | 2 | DD | 20 | 63 | 0 | 56 | D | 80 | 62 | 2C |
| Octal | 2 | 335 | 40 | 143 | 0 | 126 | 15 | 200 | 142 | 54 |
| Binary | 10 | 11011101 | 100000 | 1100011 | 0 | 1010110 | 1101 | 10000000 | 1100010 | 101100 |
Color Harmonies of #02DD20
Complementary color
Monochromatic Colors of #02DD20
Black with #02DD20
Text Example
Text Example
White with #02DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD20; }
p { color: rgb(2,221,32); }
H1.HeaderClassName
{
color: #02DD20;
}
.AnyTagClassName
{
color: #02DD20;
}
</style>
background-color css
<style>
a { background-color: #02DD20; }
a { background-color: rgb(2,221,32); }
div.DivClassName
{
background-color: #02DD20;
}
.BgClassName
{
background-color: #02DD20;
}
</style>
border-color css
<style>
span { border-color: #02DD20; }
span { border-color: rgb(2,221,32); }
td.TdClassName
{
border-color: #02DD20;
}
.TagClassName
{
border-color: #02DD20;
}
</style>