Shades of Free Speech Green #02D617
Tints of Free Speech Green #02D617
RGB
CMYK
RGB Variations
Color information
#02D617 (or 0x02D617) is known color: Free Speech Green. HEX triplet: 02, D6 and 17. RGB value is (2,214,23). Sum of RGB (Red+Green+Blue) = 2+214+23=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 214 (83.98% from 255 or 89.54% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 214 - color contains mainly: green. Hex color #02D617 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D617 is #FD29E8. Grayscale: #818181. Windows color (decimal): -16591337 or 1562114. OLE color: 1562114.
HSL color Cylindrical-coordinate representation of color #02D617: hue angle of 125.94º 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 #02D617 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 23 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.16 |
| HSL | 125.94º | 0.98% | 0.42% | - |
| HSV(B) | 125.94º | 0.99% | 0.84% | - |
| XYZ | 24.23 | 48.17 | 8.83 | - |
| YUV | 128.84 | 68.26 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 23 | 0.99 | 0 | 0.89 | 0.16 | 125.94 | 0.98 | 0.42 |
| Hex | 2 | D6 | 17 | 63 | 0 | 59 | 10 | 7E | 62 | 2A |
| Octal | 2 | 326 | 27 | 143 | 0 | 131 | 20 | 176 | 142 | 52 |
| Binary | 10 | 11010110 | 10111 | 1100011 | 0 | 1011001 | 10000 | 1111110 | 1100010 | 101010 |
Color Harmonies of #02D617
Complementary color
Monochromatic Colors of #02D617
Black with #02D617
Text Example
Text Example
White with #02D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D617; }
p { color: rgb(2,214,23); }
H1.HeaderClassName
{
color: #02D617;
}
.AnyTagClassName
{
color: #02D617;
}
</style>
background-color css
<style>
a { background-color: #02D617; }
a { background-color: rgb(2,214,23); }
div.DivClassName
{
background-color: #02D617;
}
.BgClassName
{
background-color: #02D617;
}
</style>
border-color css
<style>
span { border-color: #02D617; }
span { border-color: rgb(2,214,23); }
td.TdClassName
{
border-color: #02D617;
}
.TagClassName
{
border-color: #02D617;
}
</style>