Shades of Lime Green #22D127
Tints of Lime Green #22D127
RGB
CMYK
RGB Variations
Color information
#22D127 (or 0x22D127) is known color: Lime Green. HEX triplet: 22, D1 and 27. RGB value is (34,209,39). Sum of RGB (Red+Green+Blue) = 34+209+39=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #22D127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D127 is #DD2ED8. Grayscale: #898989. Windows color (decimal): -14495449 or 2609442. OLE color: 2609442.
HSL color Cylindrical-coordinate representation of color #22D127: hue angle of 121.71º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D127 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 209 | 39 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.18 |
| HSL | 121.71º | 0.72% | 0.48% | - |
| HSV(B) | 121.71º | 0.84% | 0.82% | - |
| XYZ | 23.83 | 46.09 | 9.56 | - |
| YUV | 137.3 | 72.52 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 209 | 39 | 0.84 | 0 | 0.81 | 0.18 | 121.71 | 0.72 | 0.48 |
| Hex | 22 | D1 | 27 | 54 | 0 | 51 | 12 | 7A | 48 | 30 |
| Octal | 42 | 321 | 47 | 124 | 0 | 121 | 22 | 172 | 110 | 60 |
| Binary | 100010 | 11010001 | 100111 | 1010100 | 0 | 1010001 | 10010 | 1111010 | 1001000 | 110000 |
Color Harmonies of #22D127
Complementary color
Monochromatic Colors of #22D127
Black with #22D127
Text Example
Text Example
White with #22D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D127; }
p { color: rgb(34,209,39); }
H1.HeaderClassName
{
color: #22D127;
}
.AnyTagClassName
{
color: #22D127;
}
</style>
background-color css
<style>
a { background-color: #22D127; }
a { background-color: rgb(34,209,39); }
div.DivClassName
{
background-color: #22D127;
}
.BgClassName
{
background-color: #22D127;
}
</style>
border-color css
<style>
span { border-color: #22D127; }
span { border-color: rgb(34,209,39); }
td.TdClassName
{
border-color: #22D127;
}
.TagClassName
{
border-color: #22D127;
}
</style>