Shades of Free Speech Green #02D502
Tints of Free Speech Green #02D502
RGB
CMYK
RGB Variations
Color information
#02D502 (or 0x02D502) is known color: Free Speech Green. HEX triplet: 02, D5 and 02. RGB value is (2,213,2). Sum of RGB (Red+Green+Blue) = 2+213+2=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 213 (83.59% from 255 or 98.16% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 213 - color contains mainly: green. Hex color #02D502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D502 is #FD2AFD. Grayscale: #7E7E7E. Windows color (decimal): -16591614 or 185602. OLE color: 185602.
HSL color Cylindrical-coordinate representation of color #02D502: hue angle of 120º 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 #02D502 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.16 |
| HSL | 120º | 0.98% | 0.42% | - |
| HSV(B) | 120º | 0.99% | 0.84% | - |
| XYZ | 23.83 | 47.61 | 7.99 | - |
| YUV | 125.86 | 58.1 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 2 | 0.99 | 0 | 0.99 | 0.16 | 120 | 0.98 | 0.42 |
| Hex | 2 | D5 | 2 | 63 | 0 | 63 | 10 | 78 | 62 | 2A |
| Octal | 2 | 325 | 2 | 143 | 0 | 143 | 20 | 170 | 142 | 52 |
| Binary | 10 | 11010101 | 10 | 1100011 | 0 | 1100011 | 10000 | 1111000 | 1100010 | 101010 |
Color Harmonies of #02D502
Complementary color
Monochromatic Colors of #02D502
Black with #02D502
Text Example
Text Example
White with #02D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D502; }
p { color: rgb(2,213,2); }
H1.HeaderClassName
{
color: #02D502;
}
.AnyTagClassName
{
color: #02D502;
}
</style>
background-color css
<style>
a { background-color: #02D502; }
a { background-color: rgb(2,213,2); }
div.DivClassName
{
background-color: #02D502;
}
.BgClassName
{
background-color: #02D502;
}
</style>
border-color css
<style>
span { border-color: #02D502; }
span { border-color: rgb(2,213,2); }
td.TdClassName
{
border-color: #02D502;
}
.TagClassName
{
border-color: #02D502;
}
</style>