Shades of Free Speech Green #02D10C
Tints of Free Speech Green #02D10C
RGB
CMYK
RGB Variations
Color information
#02D10C (or 0x02D10C) is known color: Free Speech Green. HEX triplet: 02, D1 and 0C. RGB value is (2,209,12). Sum of RGB (Red+Green+Blue) = 2+209+12=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 209 (82.03% from 255 or 93.72% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 209 - color contains mainly: green. Hex color #02D10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D10C is #FD2EF3. Grayscale: #7D7D7D. Windows color (decimal): -16592628 or 839938. OLE color: 839938.
HSL color Cylindrical-coordinate representation of color #02D10C: hue angle of 122.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D10C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.18 |
| HSL | 122.9º | 0.98% | 0.41% | - |
| HSV(B) | 122.9º | 0.99% | 0.82% | - |
| XYZ | 22.89 | 45.64 | 7.95 | - |
| YUV | 124.65 | 64.42 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 12 | 0.99 | 0 | 0.94 | 0.18 | 122.9 | 0.98 | 0.41 |
| Hex | 2 | D1 | C | 63 | 0 | 5E | 12 | 7B | 62 | 29 |
| Octal | 2 | 321 | 14 | 143 | 0 | 136 | 22 | 173 | 142 | 51 |
| Binary | 10 | 11010001 | 1100 | 1100011 | 0 | 1011110 | 10010 | 1111011 | 1100010 | 101001 |
Color Harmonies of #02D10C
Complementary color
Monochromatic Colors of #02D10C
Black with #02D10C
Text Example
Text Example
White with #02D10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D10C; }
p { color: rgb(2,209,12); }
H1.HeaderClassName
{
color: #02D10C;
}
.AnyTagClassName
{
color: #02D10C;
}
</style>
background-color css
<style>
a { background-color: #02D10C; }
a { background-color: rgb(2,209,12); }
div.DivClassName
{
background-color: #02D10C;
}
.BgClassName
{
background-color: #02D10C;
}
</style>
border-color css
<style>
span { border-color: #02D10C; }
span { border-color: rgb(2,209,12); }
td.TdClassName
{
border-color: #02D10C;
}
.TagClassName
{
border-color: #02D10C;
}
</style>