Shades of Free Speech Green #02F210
Tints of Free Speech Green #02F210
RGB
CMYK
RGB Variations
Color information
#02F210 (or 0x02F210) is known color: Free Speech Green. HEX triplet: 02, F2 and 10. RGB value is (2,242,16). Sum of RGB (Red+Green+Blue) = 2+242+16=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 242 (94.92% from 255 or 93.08% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 242 - color contains mainly: green. Hex color #02F210 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F210 is #FD0DEF. Grayscale: #919191. Windows color (decimal): -16584176 or 1110530. OLE color: 1110530.
HSL color Cylindrical-coordinate representation of color #02F210: hue angle of 123.5º 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 #02F210 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 16 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.05 |
| HSL | 123.5º | 0.98% | 0.48% | - |
| HSV(B) | 123.5º | 0.99% | 0.95% | - |
| XYZ | 31.87 | 63.55 | 11.08 | - |
| YUV | 144.48 | 55.49 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 16 | 0.99 | 0 | 0.93 | 0.05 | 123.5 | 0.98 | 0.48 |
| Hex | 2 | F2 | 10 | 63 | 0 | 5D | 5 | 7C | 62 | 30 |
| Octal | 2 | 362 | 20 | 143 | 0 | 135 | 5 | 174 | 142 | 60 |
| Binary | 10 | 11110010 | 10000 | 1100011 | 0 | 1011101 | 101 | 1111100 | 1100010 | 110000 |
Color Harmonies of #02F210
Complementary color
Monochromatic Colors of #02F210
Black with #02F210
Text Example
Text Example
White with #02F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F210; }
p { color: rgb(2,242,16); }
H1.HeaderClassName
{
color: #02F210;
}
.AnyTagClassName
{
color: #02F210;
}
</style>
background-color css
<style>
a { background-color: #02F210; }
a { background-color: rgb(2,242,16); }
div.DivClassName
{
background-color: #02F210;
}
.BgClassName
{
background-color: #02F210;
}
</style>
border-color css
<style>
span { border-color: #02F210; }
span { border-color: rgb(2,242,16); }
td.TdClassName
{
border-color: #02F210;
}
.TagClassName
{
border-color: #02F210;
}
</style>