Shades of Free Speech Green #02F211
Tints of Free Speech Green #02F211
RGB
CMYK
RGB Variations
Color information
#02F211 (or 0x02F211) is known color: Free Speech Green. HEX triplet: 02, F2 and 11. RGB value is (2,242,17). Sum of RGB (Red+Green+Blue) = 2+242+17=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 242 (94.92% from 255 or 92.72% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 242 - color contains mainly: green. Hex color #02F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F211 is #FD0DEE. Grayscale: #919191. Windows color (decimal): -16584175 or 1176066. OLE color: 1176066.
HSL color Cylindrical-coordinate representation of color #02F211: hue angle of 123.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F211 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 17 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.05 |
| HSL | 123.75º | 0.98% | 0.48% | - |
| HSV(B) | 123.75º | 0.99% | 0.95% | - |
| XYZ | 31.88 | 63.56 | 11.12 | - |
| YUV | 144.59 | 55.99 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 17 | 0.99 | 0 | 0.93 | 0.05 | 123.75 | 0.98 | 0.48 |
| Hex | 2 | F2 | 11 | 63 | 0 | 5D | 5 | 7C | 62 | 30 |
| Octal | 2 | 362 | 21 | 143 | 0 | 135 | 5 | 174 | 142 | 60 |
| Binary | 10 | 11110010 | 10001 | 1100011 | 0 | 1011101 | 101 | 1111100 | 1100010 | 110000 |
Color Harmonies of #02F211
Complementary color
Monochromatic Colors of #02F211
Black with #02F211
Text Example
Text Example
White with #02F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F211; }
p { color: rgb(2,242,17); }
H1.HeaderClassName
{
color: #02F211;
}
.AnyTagClassName
{
color: #02F211;
}
</style>
background-color css
<style>
a { background-color: #02F211; }
a { background-color: rgb(2,242,17); }
div.DivClassName
{
background-color: #02F211;
}
.BgClassName
{
background-color: #02F211;
}
</style>
border-color css
<style>
span { border-color: #02F211; }
span { border-color: rgb(2,242,17); }
td.TdClassName
{
border-color: #02F211;
}
.TagClassName
{
border-color: #02F211;
}
</style>