Shades of Free Speech Green #02FE20
Tints of Free Speech Green #02FE20
RGB
CMYK
RGB Variations
Color information
#02FE20 (or 0x02FE20) is known color: Free Speech Green. HEX triplet: 02, FE and 20. RGB value is (2,254,32). Sum of RGB (Red+Green+Blue) = 2+254+32=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 254 (99.61% from 255 or 88.19% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FE20 is #FD01DF. Grayscale: #999999. Windows color (decimal): -16581088 or 2162178. OLE color: 2162178.
HSL color Cylindrical-coordinate representation of color #02FE20: hue angle of 127.14º 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 #02FE20 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 32 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.00 |
| HSL | 127.14º | 0.99% | 0.5% | - |
| HSV(B) | 127.14º | 0.99% | 1% | - |
| XYZ | 35.73 | 71 | 13.19 | - |
| YUV | 153.34 | 59.51 | 20.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 32 | 0.99 | 0 | 0.87 | 0.00 | 127.14 | 0.99 | 0.5 |
| Hex | 2 | FE | 20 | 63 | 0 | 57 | 0 | 7F | 63 | 32 |
| Octal | 2 | 376 | 40 | 143 | 0 | 127 | 0 | 177 | 143 | 62 |
| Binary | 10 | 11111110 | 100000 | 1100011 | 0 | 1010111 | 0 | 1111111 | 1100011 | 110010 |
Color Harmonies of #02FE20
Complementary color
Monochromatic Colors of #02FE20
Black with #02FE20
Text Example
Text Example
White with #02FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FE20; }
p { color: rgb(2,254,32); }
H1.HeaderClassName
{
color: #02FE20;
}
.AnyTagClassName
{
color: #02FE20;
}
</style>
background-color css
<style>
a { background-color: #02FE20; }
a { background-color: rgb(2,254,32); }
div.DivClassName
{
background-color: #02FE20;
}
.BgClassName
{
background-color: #02FE20;
}
</style>
border-color css
<style>
span { border-color: #02FE20; }
span { border-color: rgb(2,254,32); }
td.TdClassName
{
border-color: #02FE20;
}
.TagClassName
{
border-color: #02FE20;
}
</style>