Shades of Free Speech Green #02D50C
Tints of Free Speech Green #02D50C
RGB
CMYK
RGB Variations
Color information
#02D50C (or 0x02D50C) is known color: Free Speech Green. HEX triplet: 02, D5 and 0C. RGB value is (2,213,12). Sum of RGB (Red+Green+Blue) = 2+213+12=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 213 (83.59% from 255 or 93.83% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 213 - color contains mainly: green. Hex color #02D50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D50C is #FD2AF3. Grayscale: #7F7F7F. Windows color (decimal): -16591604 or 840962. OLE color: 840962.
HSL color Cylindrical-coordinate representation of color #02D50C: hue angle of 122.84º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D50C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.16 |
| HSL | 122.84º | 0.98% | 0.42% | - |
| HSV(B) | 122.84º | 0.99% | 0.84% | - |
| XYZ | 23.89 | 47.63 | 8.28 | - |
| YUV | 127 | 63.1 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 12 | 0.99 | 0 | 0.94 | 0.16 | 122.84 | 0.98 | 0.42 |
| Hex | 2 | D5 | C | 63 | 0 | 5E | 10 | 7B | 62 | 2A |
| Octal | 2 | 325 | 14 | 143 | 0 | 136 | 20 | 173 | 142 | 52 |
| Binary | 10 | 11010101 | 1100 | 1100011 | 0 | 1011110 | 10000 | 1111011 | 1100010 | 101010 |
Color Harmonies of #02D50C
Complementary color
Monochromatic Colors of #02D50C
Black with #02D50C
Text Example
Text Example
White with #02D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D50C; }
p { color: rgb(2,213,12); }
H1.HeaderClassName
{
color: #02D50C;
}
.AnyTagClassName
{
color: #02D50C;
}
</style>
background-color css
<style>
a { background-color: #02D50C; }
a { background-color: rgb(2,213,12); }
div.DivClassName
{
background-color: #02D50C;
}
.BgClassName
{
background-color: #02D50C;
}
</style>
border-color css
<style>
span { border-color: #02D50C; }
span { border-color: rgb(2,213,12); }
td.TdClassName
{
border-color: #02D50C;
}
.TagClassName
{
border-color: #02D50C;
}
</style>