Shades of Lime Green #22D534
Tints of Lime Green #22D534
RGB
CMYK
RGB Variations
Color information
#22D534 (or 0x22D534) is known color: Lime Green. HEX triplet: 22, D5 and 34. RGB value is (34,213,52). Sum of RGB (Red+Green+Blue) = 34+213+52=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #22D534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D534 is #DD2ACB. Grayscale: #8D8D8D. Windows color (decimal): -14494412 or 3462434. OLE color: 3462434.
HSL color Cylindrical-coordinate representation of color #22D534: hue angle of 126.03º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D534 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 52 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.16 |
| HSL | 126.03º | 0.72% | 0.48% | - |
| HSV(B) | 126.03º | 0.84% | 0.84% | - |
| XYZ | 25.07 | 48.18 | 11.23 | - |
| YUV | 141.13 | 77.7 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 52 | 0.84 | 0 | 0.76 | 0.16 | 126.03 | 0.72 | 0.48 |
| Hex | 22 | D5 | 34 | 54 | 0 | 4C | 10 | 7E | 48 | 30 |
| Octal | 42 | 325 | 64 | 124 | 0 | 114 | 20 | 176 | 110 | 60 |
| Binary | 100010 | 11010101 | 110100 | 1010100 | 0 | 1001100 | 10000 | 1111110 | 1001000 | 110000 |
Color Harmonies of #22D534
Complementary color
Monochromatic Colors of #22D534
Black with #22D534
Text Example
Text Example
White with #22D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D534; }
p { color: rgb(34,213,52); }
H1.HeaderClassName
{
color: #22D534;
}
.AnyTagClassName
{
color: #22D534;
}
</style>
background-color css
<style>
a { background-color: #22D534; }
a { background-color: rgb(34,213,52); }
div.DivClassName
{
background-color: #22D534;
}
.BgClassName
{
background-color: #22D534;
}
</style>
border-color css
<style>
span { border-color: #22D534; }
span { border-color: rgb(34,213,52); }
td.TdClassName
{
border-color: #22D534;
}
.TagClassName
{
border-color: #22D534;
}
</style>