Shades of Free Speech Green #22DF00
Tints of Free Speech Green #22DF00
RGB
CMYK
RGB Variations
Color information
#22DF00 (or 0x22DF00) is known color: Free Speech Green. HEX triplet: 22, DF and 00. RGB value is (34,223,0). Sum of RGB (Red+Green+Blue) = 34+223+0=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 223 (87.5% from 255 or 86.77% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 223 - color contains mainly: green. Hex color #22DF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22DF00 is #DD20FF. Grayscale: #8D8D8D. Windows color (decimal): -14491904 or 57122. OLE color: 57122.
HSL color Cylindrical-coordinate representation of color #22DF00: hue angle of 110.85º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22DF00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 223 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.13 |
| HSL | 110.85º | 1% | 0.44% | - |
| HSV(B) | 110.85º | 1% | 0.87% | - |
| XYZ | 27.05 | 53.12 | 8.83 | - |
| YUV | 141.07 | 48.38 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 223 | 0 | 0.85 | 0 | 1 | 0.13 | 110.85 | 1 | 0.44 |
| Hex | 22 | DF | 0 | 55 | 0 | 64 | D | 6F | 64 | 2C |
| Octal | 42 | 337 | 0 | 125 | 0 | 144 | 15 | 157 | 144 | 54 |
| Binary | 100010 | 11011111 | 0 | 1010101 | 0 | 1100100 | 1101 | 1101111 | 1100100 | 101100 |
Color Harmonies of #22DF00
Complementary color
Monochromatic Colors of #22DF00
Black with #22DF00
Text Example
Text Example
White with #22DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DF00; }
p { color: rgb(34,223,0); }
H1.HeaderClassName
{
color: #22DF00;
}
.AnyTagClassName
{
color: #22DF00;
}
</style>
background-color css
<style>
a { background-color: #22DF00; }
a { background-color: rgb(34,223,0); }
div.DivClassName
{
background-color: #22DF00;
}
.BgClassName
{
background-color: #22DF00;
}
</style>
border-color css
<style>
span { border-color: #22DF00; }
span { border-color: rgb(34,223,0); }
td.TdClassName
{
border-color: #22DF00;
}
.TagClassName
{
border-color: #22DF00;
}
</style>