Shades of Lime Green #22B627
Tints of Lime Green #22B627
RGB
CMYK
RGB Variations
Color information
#22B627 (or 0x22B627) is known color: Lime Green. HEX triplet: 22, B6 and 27. RGB value is (34,182,39). Sum of RGB (Red+Green+Blue) = 34+182+39=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 182 (71.48% from 255 or 71.37% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 182 - color contains mainly: green. Hex color #22B627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B627 is #DD49D8. Grayscale: #797979. Windows color (decimal): -14502361 or 2602530. OLE color: 2602530.
HSL color Cylindrical-coordinate representation of color #22B627: hue angle of 122.03º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B627 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 182 | 39 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.29 |
| HSL | 122.03º | 0.69% | 0.42% | - |
| HSV(B) | 122.03º | 0.81% | 0.71% | - |
| XYZ | 17.75 | 33.94 | 7.54 | - |
| YUV | 121.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 182 | 39 | 0.81 | 0 | 0.79 | 0.29 | 122.03 | 0.69 | 0.42 |
| Hex | 22 | B6 | 27 | 51 | 0 | 4F | 1D | 7A | 45 | 2A |
| Octal | 42 | 266 | 47 | 121 | 0 | 117 | 35 | 172 | 105 | 52 |
| Binary | 100010 | 10110110 | 100111 | 1010001 | 0 | 1001111 | 11101 | 1111010 | 1000101 | 101010 |
Color Harmonies of #22B627
Complementary color
Monochromatic Colors of #22B627
Black with #22B627
Text Example
Text Example
White with #22B627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B627; }
p { color: rgb(34,182,39); }
H1.HeaderClassName
{
color: #22B627;
}
.AnyTagClassName
{
color: #22B627;
}
</style>
background-color css
<style>
a { background-color: #22B627; }
a { background-color: rgb(34,182,39); }
div.DivClassName
{
background-color: #22B627;
}
.BgClassName
{
background-color: #22B627;
}
</style>
border-color css
<style>
span { border-color: #22B627; }
span { border-color: rgb(34,182,39); }
td.TdClassName
{
border-color: #22B627;
}
.TagClassName
{
border-color: #22B627;
}
</style>