Shades of Free Speech Green #02D610
Tints of Free Speech Green #02D610
RGB
CMYK
RGB Variations
Color information
#02D610 (or 0x02D610) is known color: Free Speech Green. HEX triplet: 02, D6 and 10. RGB value is (2,214,16). Sum of RGB (Red+Green+Blue) = 2+214+16=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 214 (83.98% from 255 or 92.24% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 214 - color contains mainly: green. Hex color #02D610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D610 is #FD29EF. Grayscale: #808080. Windows color (decimal): -16591344 or 1103362. OLE color: 1103362.
HSL color Cylindrical-coordinate representation of color #02D610: hue angle of 123.96º 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 #02D610 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 16 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.16 |
| HSL | 123.96º | 0.98% | 0.42% | - |
| HSV(B) | 123.96º | 0.99% | 0.84% | - |
| XYZ | 24.17 | 48.14 | 8.51 | - |
| YUV | 128.04 | 64.76 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 16 | 0.99 | 0 | 0.93 | 0.16 | 123.96 | 0.98 | 0.42 |
| Hex | 2 | D6 | 10 | 63 | 0 | 5D | 10 | 7C | 62 | 2A |
| Octal | 2 | 326 | 20 | 143 | 0 | 135 | 20 | 174 | 142 | 52 |
| Binary | 10 | 11010110 | 10000 | 1100011 | 0 | 1011101 | 10000 | 1111100 | 1100010 | 101010 |
Color Harmonies of #02D610
Complementary color
Monochromatic Colors of #02D610
Black with #02D610
Text Example
Text Example
White with #02D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D610; }
p { color: rgb(2,214,16); }
H1.HeaderClassName
{
color: #02D610;
}
.AnyTagClassName
{
color: #02D610;
}
</style>
background-color css
<style>
a { background-color: #02D610; }
a { background-color: rgb(2,214,16); }
div.DivClassName
{
background-color: #02D610;
}
.BgClassName
{
background-color: #02D610;
}
</style>
border-color css
<style>
span { border-color: #02D610; }
span { border-color: rgb(2,214,16); }
td.TdClassName
{
border-color: #02D610;
}
.TagClassName
{
border-color: #02D610;
}
</style>