Shades of Free Speech Green #02DD0A
Tints of Free Speech Green #02DD0A
RGB
CMYK
RGB Variations
Color information
#02DD0A (or 0x02DD0A) is known color: Free Speech Green. HEX triplet: 02, DD and 0A. RGB value is (2,221,10). Sum of RGB (Red+Green+Blue) = 2+221+10=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 221 (86.72% from 255 or 94.85% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DD0A is #FD22F5. Grayscale: #848484. Windows color (decimal): -16589558 or 711938. OLE color: 711938.
HSL color Cylindrical-coordinate representation of color #02DD0A: hue angle of 122.19º 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 #02DD0A is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 10 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.13 |
| HSL | 122.19º | 0.98% | 0.44% | - |
| HSV(B) | 122.19º | 0.99% | 0.87% | - |
| XYZ | 25.94 | 51.75 | 8.91 | - |
| YUV | 131.47 | 59.45 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 10 | 0.99 | 0 | 0.95 | 0.13 | 122.19 | 0.98 | 0.44 |
| Hex | 2 | DD | A | 63 | 0 | 5F | D | 7A | 62 | 2C |
| Octal | 2 | 335 | 12 | 143 | 0 | 137 | 15 | 172 | 142 | 54 |
| Binary | 10 | 11011101 | 1010 | 1100011 | 0 | 1011111 | 1101 | 1111010 | 1100010 | 101100 |
Color Harmonies of #02DD0A
Complementary color
Monochromatic Colors of #02DD0A
Black with #02DD0A
Text Example
Text Example
White with #02DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD0A; }
p { color: rgb(2,221,10); }
H1.HeaderClassName
{
color: #02DD0A;
}
.AnyTagClassName
{
color: #02DD0A;
}
</style>
background-color css
<style>
a { background-color: #02DD0A; }
a { background-color: rgb(2,221,10); }
div.DivClassName
{
background-color: #02DD0A;
}
.BgClassName
{
background-color: #02DD0A;
}
</style>
border-color css
<style>
span { border-color: #02DD0A; }
span { border-color: rgb(2,221,10); }
td.TdClassName
{
border-color: #02DD0A;
}
.TagClassName
{
border-color: #02DD0A;
}
</style>