Shades of Lime Green #22BC32
Tints of Lime Green #22BC32
RGB
CMYK
RGB Variations
Color information
#22BC32 (or 0x22BC32) is known color: Lime Green. HEX triplet: 22, BC and 32. RGB value is (34,188,50). Sum of RGB (Red+Green+Blue) = 34+188+50=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC32 is #DD43CD. Grayscale: #7E7E7E. Windows color (decimal): -14500814 or 3324962. OLE color: 3324962.
HSL color Cylindrical-coordinate representation of color #22BC32: hue angle of 126.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BC32 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 50 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.26 |
| HSL | 126.23º | 0.69% | 0.44% | - |
| HSV(B) | 126.23º | 0.82% | 0.74% | - |
| XYZ | 19.22 | 36.54 | 9.06 | - |
| YUV | 126.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 50 | 0.82 | 0 | 0.73 | 0.26 | 126.23 | 0.69 | 0.44 |
| Hex | 22 | BC | 32 | 52 | 0 | 49 | 1A | 7E | 45 | 2C |
| Octal | 42 | 274 | 62 | 122 | 0 | 111 | 32 | 176 | 105 | 54 |
| Binary | 100010 | 10111100 | 110010 | 1010010 | 0 | 1001001 | 11010 | 1111110 | 1000101 | 101100 |
Color Harmonies of #22BC32
Complementary color
Monochromatic Colors of #22BC32
Black with #22BC32
Text Example
Text Example
White with #22BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC32; }
p { color: rgb(34,188,50); }
H1.HeaderClassName
{
color: #22BC32;
}
.AnyTagClassName
{
color: #22BC32;
}
</style>
background-color css
<style>
a { background-color: #22BC32; }
a { background-color: rgb(34,188,50); }
div.DivClassName
{
background-color: #22BC32;
}
.BgClassName
{
background-color: #22BC32;
}
</style>
border-color css
<style>
span { border-color: #22BC32; }
span { border-color: rgb(34,188,50); }
td.TdClassName
{
border-color: #22BC32;
}
.TagClassName
{
border-color: #22BC32;
}
</style>