Shades of Free Speech Green #02C80F
Tints of Free Speech Green #02C80F
RGB
CMYK
RGB Variations
Color information
#02C80F (or 0x02C80F) is known color: Free Speech Green. HEX triplet: 02, C8 and 0F. RGB value is (2,200,15). Sum of RGB (Red+Green+Blue) = 2+200+15=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 200 (78.52% from 255 or 92.17% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 200 - color contains mainly: green. Hex color #02C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C80F is #FD37F0. Grayscale: #787878. Windows color (decimal): -16594929 or 1034242. OLE color: 1034242.
HSL color Cylindrical-coordinate representation of color #02C80F: hue angle of 123.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C80F is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 15 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.22 |
| HSL | 123.94º | 0.98% | 0.4% | - |
| HSV(B) | 123.94º | 0.99% | 0.78% | - |
| XYZ | 20.77 | 41.36 | 7.34 | - |
| YUV | 119.71 | 68.9 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 15 | 0.99 | 0 | 0.92 | 0.22 | 123.94 | 0.98 | 0.4 |
| Hex | 2 | C8 | F | 63 | 0 | 5C | 16 | 7C | 62 | 28 |
| Octal | 2 | 310 | 17 | 143 | 0 | 134 | 26 | 174 | 142 | 50 |
| Binary | 10 | 11001000 | 1111 | 1100011 | 0 | 1011100 | 10110 | 1111100 | 1100010 | 101000 |
Color Harmonies of #02C80F
Complementary color
Monochromatic Colors of #02C80F
Black with #02C80F
Text Example
Text Example
White with #02C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C80F; }
p { color: rgb(2,200,15); }
H1.HeaderClassName
{
color: #02C80F;
}
.AnyTagClassName
{
color: #02C80F;
}
</style>
background-color css
<style>
a { background-color: #02C80F; }
a { background-color: rgb(2,200,15); }
div.DivClassName
{
background-color: #02C80F;
}
.BgClassName
{
background-color: #02C80F;
}
</style>
border-color css
<style>
span { border-color: #02C80F; }
span { border-color: rgb(2,200,15); }
td.TdClassName
{
border-color: #02C80F;
}
.TagClassName
{
border-color: #02C80F;
}
</style>