Shades of Lime Green #22D52D
Tints of Lime Green #22D52D
RGB
CMYK
RGB Variations
Color information
#22D52D (or 0x22D52D) is known color: Lime Green. HEX triplet: 22, D5 and 2D. RGB value is (34,213,45). Sum of RGB (Red+Green+Blue) = 34+213+45=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 213 (83.59% from 255 or 72.95% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 213 - color contains mainly: green. Hex color #22D52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D52D is #DD2AD2. Grayscale: #8C8C8C. Windows color (decimal): -14494419 or 3003682. OLE color: 3003682.
HSL color Cylindrical-coordinate representation of color #22D52D: hue angle of 123.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 #22D52D is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 45 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.16 |
| HSL | 123.69º | 0.72% | 0.48% | - |
| HSV(B) | 123.69º | 0.84% | 0.84% | - |
| XYZ | 24.93 | 48.12 | 10.46 | - |
| YUV | 140.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 45 | 0.84 | 0 | 0.79 | 0.16 | 123.69 | 0.72 | 0.48 |
| Hex | 22 | D5 | 2D | 54 | 0 | 4F | 10 | 7C | 48 | 30 |
| Octal | 42 | 325 | 55 | 124 | 0 | 117 | 20 | 174 | 110 | 60 |
| Binary | 100010 | 11010101 | 101101 | 1010100 | 0 | 1001111 | 10000 | 1111100 | 1001000 | 110000 |
Color Harmonies of #22D52D
Complementary color
Monochromatic Colors of #22D52D
Black with #22D52D
Text Example
Text Example
White with #22D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D52D; }
p { color: rgb(34,213,45); }
H1.HeaderClassName
{
color: #22D52D;
}
.AnyTagClassName
{
color: #22D52D;
}
</style>
background-color css
<style>
a { background-color: #22D52D; }
a { background-color: rgb(34,213,45); }
div.DivClassName
{
background-color: #22D52D;
}
.BgClassName
{
background-color: #22D52D;
}
</style>
border-color css
<style>
span { border-color: #22D52D; }
span { border-color: rgb(34,213,45); }
td.TdClassName
{
border-color: #22D52D;
}
.TagClassName
{
border-color: #22D52D;
}
</style>