Shades of Free Speech Green #02FF0F
Tints of Free Speech Green #02FF0F
RGB
CMYK
RGB Variations
Color information
#02FF0F (or 0x02FF0F) is known color: Free Speech Green. HEX triplet: 02, FF and 0F. RGB value is (2,255,15). Sum of RGB (Red+Green+Blue) = 2+255+15=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FF0F is #FD00F0. Grayscale: #989898. Windows color (decimal): -16580849 or 1048322. OLE color: 1048322.
HSL color Cylindrical-coordinate representation of color #02FF0F: hue angle of 123.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF0F is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 15 | - |
| CMYK | 0.99 | 0 | 0.94 | 0 |
| HSL | 123.08º | 1% | 0.5% | - |
| HSV(B) | 123.08º | 0.99% | 1% | - |
| XYZ | 35.87 | 71.57 | 12.38 | - |
| YUV | 151.99 | 50.68 | 21.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 15 | 0.99 | 0 | 0.94 | 0 | 123.08 | 1 | 0.5 |
| Hex | 2 | FF | F | 63 | 0 | 5E | 0 | 7B | 64 | 32 |
| Octal | 2 | 377 | 17 | 143 | 0 | 136 | 0 | 173 | 144 | 62 |
| Binary | 10 | 11111111 | 1111 | 1100011 | 0 | 1011110 | 0 | 1111011 | 1100100 | 110010 |
Color Harmonies of #02FF0F
Complementary color
Monochromatic Colors of #02FF0F
Black with #02FF0F
Text Example
Text Example
White with #02FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF0F; }
p { color: rgb(2,255,15); }
H1.HeaderClassName
{
color: #02FF0F;
}
.AnyTagClassName
{
color: #02FF0F;
}
</style>
background-color css
<style>
a { background-color: #02FF0F; }
a { background-color: rgb(2,255,15); }
div.DivClassName
{
background-color: #02FF0F;
}
.BgClassName
{
background-color: #02FF0F;
}
</style>
border-color css
<style>
span { border-color: #02FF0F; }
span { border-color: rgb(2,255,15); }
td.TdClassName
{
border-color: #02FF0F;
}
.TagClassName
{
border-color: #02FF0F;
}
</style>