Shades of Lime Green #22CD32
Tints of Lime Green #22CD32
RGB
CMYK
RGB Variations
Color information
#22CD32 (or 0x22CD32) is known color: Lime Green. HEX triplet: 22, CD and 32. RGB value is (34,205,50). Sum of RGB (Red+Green+Blue) = 34+205+50=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #22CD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CD32 is #DD32CD. Grayscale: #888888. Windows color (decimal): -14496462 or 3329314. OLE color: 3329314.
HSL color Cylindrical-coordinate representation of color #22CD32: hue angle of 125.61º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CD32 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 205 | 50 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.20 |
| HSL | 125.61º | 0.72% | 0.47% | - |
| HSV(B) | 125.61º | 0.83% | 0.8% | - |
| XYZ | 23.07 | 44.23 | 10.34 | - |
| YUV | 136.2 | 79.35 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 205 | 50 | 0.83 | 0 | 0.76 | 0.20 | 125.61 | 0.72 | 0.47 |
| Hex | 22 | CD | 32 | 53 | 0 | 4C | 14 | 7E | 48 | 2F |
| Octal | 42 | 315 | 62 | 123 | 0 | 114 | 24 | 176 | 110 | 57 |
| Binary | 100010 | 11001101 | 110010 | 1010011 | 0 | 1001100 | 10100 | 1111110 | 1001000 | 101111 |
Color Harmonies of #22CD32
Complementary color
Monochromatic Colors of #22CD32
Black with #22CD32
Text Example
Text Example
White with #22CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CD32; }
p { color: rgb(34,205,50); }
H1.HeaderClassName
{
color: #22CD32;
}
.AnyTagClassName
{
color: #22CD32;
}
</style>
background-color css
<style>
a { background-color: #22CD32; }
a { background-color: rgb(34,205,50); }
div.DivClassName
{
background-color: #22CD32;
}
.BgClassName
{
background-color: #22CD32;
}
</style>
border-color css
<style>
span { border-color: #22CD32; }
span { border-color: rgb(34,205,50); }
td.TdClassName
{
border-color: #22CD32;
}
.TagClassName
{
border-color: #22CD32;
}
</style>