Shades of Lime Green #22D530
Tints of Lime Green #22D530
RGB
CMYK
RGB Variations
Color information
#22D530 (or 0x22D530) is known color: Lime Green. HEX triplet: 22, D5 and 30. RGB value is (34,213,48). Sum of RGB (Red+Green+Blue) = 34+213+48=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #22D530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D530 is #DD2ACF. Grayscale: #8D8D8D. Windows color (decimal): -14494416 or 3200290. OLE color: 3200290.
HSL color Cylindrical-coordinate representation of color #22D530: hue angle of 124.69º 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 #22D530 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 48 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.16 |
| HSL | 124.69º | 0.72% | 0.48% | - |
| HSV(B) | 124.69º | 0.84% | 0.84% | - |
| XYZ | 24.99 | 48.14 | 10.77 | - |
| YUV | 140.67 | 75.7 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 48 | 0.84 | 0 | 0.77 | 0.16 | 124.69 | 0.72 | 0.48 |
| Hex | 22 | D5 | 30 | 54 | 0 | 4D | 10 | 7D | 48 | 30 |
| Octal | 42 | 325 | 60 | 124 | 0 | 115 | 20 | 175 | 110 | 60 |
| Binary | 100010 | 11010101 | 110000 | 1010100 | 0 | 1001101 | 10000 | 1111101 | 1001000 | 110000 |
Color Harmonies of #22D530
Complementary color
Monochromatic Colors of #22D530
Black with #22D530
Text Example
Text Example
White with #22D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D530; }
p { color: rgb(34,213,48); }
H1.HeaderClassName
{
color: #22D530;
}
.AnyTagClassName
{
color: #22D530;
}
</style>
background-color css
<style>
a { background-color: #22D530; }
a { background-color: rgb(34,213,48); }
div.DivClassName
{
background-color: #22D530;
}
.BgClassName
{
background-color: #22D530;
}
</style>
border-color css
<style>
span { border-color: #22D530; }
span { border-color: rgb(34,213,48); }
td.TdClassName
{
border-color: #22D530;
}
.TagClassName
{
border-color: #22D530;
}
</style>