Shades of Free Speech Green #02DD0C
Tints of Free Speech Green #02DD0C
RGB
CMYK
RGB Variations
Color information
#02DD0C (or 0x02DD0C) is known color: Free Speech Green. HEX triplet: 02, DD and 0C. RGB value is (2,221,12). Sum of RGB (Red+Green+Blue) = 2+221+12=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 221 (86.72% from 255 or 94.04% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DD0C is #FD22F3. Grayscale: #848484. Windows color (decimal): -16589556 or 843010. OLE color: 843010.
HSL color Cylindrical-coordinate representation of color #02DD0C: hue angle of 122.74º 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 #02DD0C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 12 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.13 |
| HSL | 122.74º | 0.98% | 0.44% | - |
| HSV(B) | 122.74º | 0.99% | 0.87% | - |
| XYZ | 25.95 | 51.75 | 8.97 | - |
| YUV | 131.69 | 60.45 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 12 | 0.99 | 0 | 0.95 | 0.13 | 122.74 | 0.98 | 0.44 |
| Hex | 2 | DD | C | 63 | 0 | 5F | D | 7B | 62 | 2C |
| Octal | 2 | 335 | 14 | 143 | 0 | 137 | 15 | 173 | 142 | 54 |
| Binary | 10 | 11011101 | 1100 | 1100011 | 0 | 1011111 | 1101 | 1111011 | 1100010 | 101100 |
Color Harmonies of #02DD0C
Complementary color
Monochromatic Colors of #02DD0C
Black with #02DD0C
Text Example
Text Example
White with #02DD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD0C; }
p { color: rgb(2,221,12); }
H1.HeaderClassName
{
color: #02DD0C;
}
.AnyTagClassName
{
color: #02DD0C;
}
</style>
background-color css
<style>
a { background-color: #02DD0C; }
a { background-color: rgb(2,221,12); }
div.DivClassName
{
background-color: #02DD0C;
}
.BgClassName
{
background-color: #02DD0C;
}
</style>
border-color css
<style>
span { border-color: #02DD0C; }
span { border-color: rgb(2,221,12); }
td.TdClassName
{
border-color: #02DD0C;
}
.TagClassName
{
border-color: #02DD0C;
}
</style>