Shades of Free Speech Green #02FE0F
Tints of Free Speech Green #02FE0F
RGB
CMYK
RGB Variations
Color information
#02FE0F (or 0x02FE0F) is known color: Free Speech Green. HEX triplet: 02, FE and 0F. RGB value is (2,254,15). Sum of RGB (Red+Green+Blue) = 2+254+15=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 254 (99.61% from 255 or 93.73% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FE0F is #FD01F0. Grayscale: #989898. Windows color (decimal): -16581105 or 1048066. OLE color: 1048066.
HSL color Cylindrical-coordinate representation of color #02FE0F: hue angle of 123.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE0F is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 15 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.00 |
| HSL | 123.1º | 0.99% | 0.5% | - |
| HSV(B) | 123.1º | 0.99% | 1% | - |
| XYZ | 35.55 | 70.93 | 12.27 | - |
| YUV | 151.41 | 51.01 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 15 | 0.99 | 0 | 0.94 | 0.00 | 123.1 | 0.99 | 0.5 |
| Hex | 2 | FE | F | 63 | 0 | 5E | 0 | 7B | 63 | 32 |
| Octal | 2 | 376 | 17 | 143 | 0 | 136 | 0 | 173 | 143 | 62 |
| Binary | 10 | 11111110 | 1111 | 1100011 | 0 | 1011110 | 0 | 1111011 | 1100011 | 110010 |
Color Harmonies of #02FE0F
Complementary color
Monochromatic Colors of #02FE0F
Black with #02FE0F
Text Example
Text Example
White with #02FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE0F; }
p { color: rgb(2,254,15); }
H1.HeaderClassName
{
color: #02FE0F;
}
.AnyTagClassName
{
color: #02FE0F;
}
</style>
background-color css
<style>
a { background-color: #02FE0F; }
a { background-color: rgb(2,254,15); }
div.DivClassName
{
background-color: #02FE0F;
}
.BgClassName
{
background-color: #02FE0F;
}
</style>
border-color css
<style>
span { border-color: #02FE0F; }
span { border-color: rgb(2,254,15); }
td.TdClassName
{
border-color: #02FE0F;
}
.TagClassName
{
border-color: #02FE0F;
}
</style>