Shades of Lime Green #22D53A
Tints of Lime Green #22D53A
RGB
CMYK
RGB Variations
Color information
#22D53A (or 0x22D53A) is known color: Lime Green. HEX triplet: 22, D5 and 3A. RGB value is (34,213,58). Sum of RGB (Red+Green+Blue) = 34+213+58=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #22D53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D53A is #DD2AC5. Grayscale: #8E8E8E. Windows color (decimal): -14494406 or 3855650. OLE color: 3855650.
HSL color Cylindrical-coordinate representation of color #22D53A: hue angle of 128.04º 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 #22D53A is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 58 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.16 |
| HSL | 128.04º | 0.72% | 0.48% | - |
| HSV(B) | 128.04º | 0.84% | 0.84% | - |
| XYZ | 25.22 | 48.23 | 11.98 | - |
| YUV | 141.81 | 80.7 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 58 | 0.84 | 0 | 0.73 | 0.16 | 128.04 | 0.72 | 0.48 |
| Hex | 22 | D5 | 3A | 54 | 0 | 49 | 10 | 80 | 48 | 30 |
| Octal | 42 | 325 | 72 | 124 | 0 | 111 | 20 | 200 | 110 | 60 |
| Binary | 100010 | 11010101 | 111010 | 1010100 | 0 | 1001001 | 10000 | 10000000 | 1001000 | 110000 |
Color Harmonies of #22D53A
Complementary color
Monochromatic Colors of #22D53A
Black with #22D53A
Text Example
Text Example
White with #22D53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D53A; }
p { color: rgb(34,213,58); }
H1.HeaderClassName
{
color: #22D53A;
}
.AnyTagClassName
{
color: #22D53A;
}
</style>
background-color css
<style>
a { background-color: #22D53A; }
a { background-color: rgb(34,213,58); }
div.DivClassName
{
background-color: #22D53A;
}
.BgClassName
{
background-color: #22D53A;
}
</style>
border-color css
<style>
span { border-color: #22D53A; }
span { border-color: rgb(34,213,58); }
td.TdClassName
{
border-color: #22D53A;
}
.TagClassName
{
border-color: #22D53A;
}
</style>