Shades of Lime Green #22B12C
Tints of Lime Green #22B12C
RGB
CMYK
RGB Variations
Color information
#22B12C (or 0x22B12C) is known color: Lime Green. HEX triplet: 22, B1 and 2C. RGB value is (34,177,44). Sum of RGB (Red+Green+Blue) = 34+177+44=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 177 (69.53% from 255 or 69.41% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 177 - color contains mainly: green. Hex color #22B12C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B12C is #DD4ED3. Grayscale: #777777. Windows color (decimal): -14503636 or 2928930. OLE color: 2928930.
HSL color Cylindrical-coordinate representation of color #22B12C: hue angle of 124.2º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B12C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 177 | 44 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.31 |
| HSL | 124.2º | 0.68% | 0.41% | - |
| HSV(B) | 124.2º | 0.81% | 0.69% | - |
| XYZ | 16.84 | 31.97 | 7.67 | - |
| YUV | 119.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 177 | 44 | 0.81 | 0 | 0.75 | 0.31 | 124.2 | 0.68 | 0.41 |
| Hex | 22 | B1 | 2C | 51 | 0 | 4B | 1F | 7C | 44 | 29 |
| Octal | 42 | 261 | 54 | 121 | 0 | 113 | 37 | 174 | 104 | 51 |
| Binary | 100010 | 10110001 | 101100 | 1010001 | 0 | 1001011 | 11111 | 1111100 | 1000100 | 101001 |
Color Harmonies of #22B12C
Complementary color
Monochromatic Colors of #22B12C
Black with #22B12C
Text Example
Text Example
White with #22B12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B12C; }
p { color: rgb(34,177,44); }
H1.HeaderClassName
{
color: #22B12C;
}
.AnyTagClassName
{
color: #22B12C;
}
</style>
background-color css
<style>
a { background-color: #22B12C; }
a { background-color: rgb(34,177,44); }
div.DivClassName
{
background-color: #22B12C;
}
.BgClassName
{
background-color: #22B12C;
}
</style>
border-color css
<style>
span { border-color: #22B12C; }
span { border-color: rgb(34,177,44); }
td.TdClassName
{
border-color: #22B12C;
}
.TagClassName
{
border-color: #22B12C;
}
</style>