Shades of Free Speech Green #00FF22
Tints of Free Speech Green #00FF22
RGB
CMYK
RGB Variations
Color information
#00FF22 (or 0x00FF22) is known color: Free Speech Green. HEX triplet: 00, FF and 22. RGB value is (0,255,34). Sum of RGB (Red+Green+Blue) = 0+255+34=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 255 (100% from 255 or 88.24% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF22 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FF22 is #FF00DD. Grayscale: #9A9A9A. Windows color (decimal): -16711902 or 2293504. OLE color: 2293504.
HSL color Cylindrical-coordinate representation of color #00FF22: hue angle of 128º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF22 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 34 | - |
| CMYK | 1 | 0 | 0.87 | 0 |
| HSL | 128º | 1% | 0.5% | - |
| HSV(B) | 128º | 1% | 1% | - |
| XYZ | 36.05 | 71.64 | 13.44 | - |
| YUV | 153.56 | 60.52 | 18.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 34 | 1 | 0 | 0.87 | 0 | 128 | 1 | 0.5 |
| Hex | 0 | FF | 22 | 64 | 0 | 57 | 0 | 80 | 64 | 32 |
| Octal | 0 | 377 | 42 | 144 | 0 | 127 | 0 | 200 | 144 | 62 |
| Binary | 0 | 11111111 | 100010 | 1100100 | 0 | 1010111 | 0 | 10000000 | 1100100 | 110010 |
Color Harmonies of #00FF22
Complementary color
Monochromatic Colors of #00FF22
Black with #00FF22
Text Example
Text Example
White with #00FF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF22; }
p { color: rgb(0,255,34); }
H1.HeaderClassName
{
color: #00FF22;
}
.AnyTagClassName
{
color: #00FF22;
}
</style>
background-color css
<style>
a { background-color: #00FF22; }
a { background-color: rgb(0,255,34); }
div.DivClassName
{
background-color: #00FF22;
}
.BgClassName
{
background-color: #00FF22;
}
</style>
border-color css
<style>
span { border-color: #00FF22; }
span { border-color: rgb(0,255,34); }
td.TdClassName
{
border-color: #00FF22;
}
.TagClassName
{
border-color: #00FF22;
}
</style>