Shades of Free Speech Green #02DD0D
Tints of Free Speech Green #02DD0D
RGB
CMYK
RGB Variations
Color information
#02DD0D (or 0x02DD0D) is known color: Free Speech Green. HEX triplet: 02, DD and 0D. RGB value is (2,221,13). Sum of RGB (Red+Green+Blue) = 2+221+13=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 221 (86.72% from 255 or 93.64% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DD0D is #FD22F2. Grayscale: #848484. Windows color (decimal): -16589555 or 908546. OLE color: 908546.
HSL color Cylindrical-coordinate representation of color #02DD0D: hue angle of 123.01º 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 #02DD0D is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 13 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.13 |
| HSL | 123.01º | 0.98% | 0.44% | - |
| HSV(B) | 123.01º | 0.99% | 0.87% | - |
| XYZ | 25.95 | 51.75 | 9 | - |
| YUV | 131.81 | 60.95 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 13 | 0.99 | 0 | 0.94 | 0.13 | 123.01 | 0.98 | 0.44 |
| Hex | 2 | DD | D | 63 | 0 | 5E | D | 7B | 62 | 2C |
| Octal | 2 | 335 | 15 | 143 | 0 | 136 | 15 | 173 | 142 | 54 |
| Binary | 10 | 11011101 | 1101 | 1100011 | 0 | 1011110 | 1101 | 1111011 | 1100010 | 101100 |
Color Harmonies of #02DD0D
Complementary color
Monochromatic Colors of #02DD0D
Black with #02DD0D
Text Example
Text Example
White with #02DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD0D; }
p { color: rgb(2,221,13); }
H1.HeaderClassName
{
color: #02DD0D;
}
.AnyTagClassName
{
color: #02DD0D;
}
</style>
background-color css
<style>
a { background-color: #02DD0D; }
a { background-color: rgb(2,221,13); }
div.DivClassName
{
background-color: #02DD0D;
}
.BgClassName
{
background-color: #02DD0D;
}
</style>
border-color css
<style>
span { border-color: #02DD0D; }
span { border-color: rgb(2,221,13); }
td.TdClassName
{
border-color: #02DD0D;
}
.TagClassName
{
border-color: #02DD0D;
}
</style>