Shades of Lime Green #22BE20
Tints of Lime Green #22BE20
RGB
CMYK
RGB Variations
Color information
#22BE20 (or 0x22BE20) is known color: Lime Green. HEX triplet: 22, BE and 20. RGB value is (34,190,32). Sum of RGB (Red+Green+Blue) = 34+190+32=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 190 (74.61% from 255 or 74.22% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BE20 is #DD41DF. Grayscale: #7D7D7D. Windows color (decimal): -14500320 or 2145826. OLE color: 2145826.
HSL color Cylindrical-coordinate representation of color #22BE20: hue angle of 119.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BE20 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 32 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.25 |
| HSL | 119.24º | 0.71% | 0.44% | - |
| HSV(B) | 119.24º | 0.83% | 0.75% | - |
| XYZ | 19.33 | 37.27 | 7.54 | - |
| YUV | 125.34 | 75.32 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 32 | 0.82 | 0 | 0.83 | 0.25 | 119.24 | 0.71 | 0.44 |
| Hex | 22 | BE | 20 | 52 | 0 | 53 | 19 | 77 | 47 | 2C |
| Octal | 42 | 276 | 40 | 122 | 0 | 123 | 31 | 167 | 107 | 54 |
| Binary | 100010 | 10111110 | 100000 | 1010010 | 0 | 1010011 | 11001 | 1110111 | 1000111 | 101100 |
Color Harmonies of #22BE20
Complementary color
Monochromatic Colors of #22BE20
Black with #22BE20
Text Example
Text Example
White with #22BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE20; }
p { color: rgb(34,190,32); }
H1.HeaderClassName
{
color: #22BE20;
}
.AnyTagClassName
{
color: #22BE20;
}
</style>
background-color css
<style>
a { background-color: #22BE20; }
a { background-color: rgb(34,190,32); }
div.DivClassName
{
background-color: #22BE20;
}
.BgClassName
{
background-color: #22BE20;
}
</style>
border-color css
<style>
span { border-color: #22BE20; }
span { border-color: rgb(34,190,32); }
td.TdClassName
{
border-color: #22BE20;
}
.TagClassName
{
border-color: #22BE20;
}
</style>