Shades of Free Speech Green #02D611
Tints of Free Speech Green #02D611
RGB
CMYK
RGB Variations
Color information
#02D611 (or 0x02D611) is known color: Free Speech Green. HEX triplet: 02, D6 and 11. RGB value is (2,214,17). Sum of RGB (Red+Green+Blue) = 2+214+17=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 214 (83.98% from 255 or 91.85% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 214 - color contains mainly: green. Hex color #02D611 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D611 is #FD29EE. Grayscale: #808080. Windows color (decimal): -16591343 or 1168898. OLE color: 1168898.
HSL color Cylindrical-coordinate representation of color #02D611: hue angle of 124.25º 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 #02D611 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 17 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.16 |
| HSL | 124.25º | 0.98% | 0.42% | - |
| HSV(B) | 124.25º | 0.99% | 0.84% | - |
| XYZ | 24.17 | 48.15 | 8.55 | - |
| YUV | 128.15 | 65.26 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 17 | 0.99 | 0 | 0.92 | 0.16 | 124.25 | 0.98 | 0.42 |
| Hex | 2 | D6 | 11 | 63 | 0 | 5C | 10 | 7C | 62 | 2A |
| Octal | 2 | 326 | 21 | 143 | 0 | 134 | 20 | 174 | 142 | 52 |
| Binary | 10 | 11010110 | 10001 | 1100011 | 0 | 1011100 | 10000 | 1111100 | 1100010 | 101010 |
Color Harmonies of #02D611
Complementary color
Monochromatic Colors of #02D611
Black with #02D611
Text Example
Text Example
White with #02D611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D611; }
p { color: rgb(2,214,17); }
H1.HeaderClassName
{
color: #02D611;
}
.AnyTagClassName
{
color: #02D611;
}
</style>
background-color css
<style>
a { background-color: #02D611; }
a { background-color: rgb(2,214,17); }
div.DivClassName
{
background-color: #02D611;
}
.BgClassName
{
background-color: #02D611;
}
</style>
border-color css
<style>
span { border-color: #02D611; }
span { border-color: rgb(2,214,17); }
td.TdClassName
{
border-color: #02D611;
}
.TagClassName
{
border-color: #02D611;
}
</style>