Shades of Lime Green #22B512
Tints of Lime Green #22B512
RGB
CMYK
RGB Variations
Color information
#22B512 (or 0x22B512) is known color: Lime Green. HEX triplet: 22, B5 and 12. RGB value is (34,181,18). Sum of RGB (Red+Green+Blue) = 34+181+18=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #22B512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22B512 is #DD4AED. Grayscale: #767676. Windows color (decimal): -14502638 or 1226018. OLE color: 1226018.
HSL color Cylindrical-coordinate representation of color #22B512: hue angle of 114.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22B512 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 181 | 18 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.29 |
| HSL | 114.11º | 0.82% | 0.39% | - |
| HSV(B) | 114.11º | 0.9% | 0.71% | - |
| XYZ | 17.29 | 33.43 | 6.11 | - |
| YUV | 118.47 | 71.3 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 181 | 18 | 0.81 | 0 | 0.90 | 0.29 | 114.11 | 0.82 | 0.39 |
| Hex | 22 | B5 | 12 | 51 | 0 | 5A | 1D | 72 | 52 | 27 |
| Octal | 42 | 265 | 22 | 121 | 0 | 132 | 35 | 162 | 122 | 47 |
| Binary | 100010 | 10110101 | 10010 | 1010001 | 0 | 1011010 | 11101 | 1110010 | 1010010 | 100111 |
Color Harmonies of #22B512
Complementary color
Monochromatic Colors of #22B512
Black with #22B512
Text Example
Text Example
White with #22B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B512; }
p { color: rgb(34,181,18); }
H1.HeaderClassName
{
color: #22B512;
}
.AnyTagClassName
{
color: #22B512;
}
</style>
background-color css
<style>
a { background-color: #22B512; }
a { background-color: rgb(34,181,18); }
div.DivClassName
{
background-color: #22B512;
}
.BgClassName
{
background-color: #22B512;
}
</style>
border-color css
<style>
span { border-color: #22B512; }
span { border-color: rgb(34,181,18); }
td.TdClassName
{
border-color: #22B512;
}
.TagClassName
{
border-color: #22B512;
}
</style>