Shades of Lime Green #22EB32
Tints of Lime Green #22EB32
RGB
CMYK
RGB Variations
Color information
#22EB32 (or 0x22EB32) is known color: Lime Green. HEX triplet: 22, EB and 32. RGB value is (34,235,50). Sum of RGB (Red+Green+Blue) = 34+235+50=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #22EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22EB32 is #DD14CD. Grayscale: #9A9A9A. Windows color (decimal): -14488782 or 3336994. OLE color: 3336994.
HSL color Cylindrical-coordinate representation of color #22EB32: hue angle of 124.78º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EB32 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 235 | 50 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.08 |
| HSL | 124.78º | 0.83% | 0.53% | - |
| HSV(B) | 124.78º | 0.86% | 0.92% | - |
| XYZ | 30.94 | 59.99 | 12.97 | - |
| YUV | 153.81 | 69.41 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 235 | 50 | 0.86 | 0 | 0.79 | 0.08 | 124.78 | 0.83 | 0.53 |
| Hex | 22 | EB | 32 | 56 | 0 | 4F | 8 | 7D | 53 | 35 |
| Octal | 42 | 353 | 62 | 126 | 0 | 117 | 10 | 175 | 123 | 65 |
| Binary | 100010 | 11101011 | 110010 | 1010110 | 0 | 1001111 | 1000 | 1111101 | 1010011 | 110101 |
Color Harmonies of #22EB32
Complementary color
Monochromatic Colors of #22EB32
Black with #22EB32
Text Example
Text Example
White with #22EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EB32; }
p { color: rgb(34,235,50); }
H1.HeaderClassName
{
color: #22EB32;
}
.AnyTagClassName
{
color: #22EB32;
}
</style>
background-color css
<style>
a { background-color: #22EB32; }
a { background-color: rgb(34,235,50); }
div.DivClassName
{
background-color: #22EB32;
}
.BgClassName
{
background-color: #22EB32;
}
</style>
border-color css
<style>
span { border-color: #22EB32; }
span { border-color: rgb(34,235,50); }
td.TdClassName
{
border-color: #22EB32;
}
.TagClassName
{
border-color: #22EB32;
}
</style>