Shades of Lime Green #22CD2D
Tints of Lime Green #22CD2D
RGB
CMYK
RGB Variations
Color information
#22CD2D (or 0x22CD2D) is known color: Lime Green. HEX triplet: 22, CD and 2D. RGB value is (34,205,45). Sum of RGB (Red+Green+Blue) = 34+205+45=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #22CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CD2D is #DD32D2. Grayscale: #888888. Windows color (decimal): -14496467 or 3001634. OLE color: 3001634.
HSL color Cylindrical-coordinate representation of color #22CD2D: hue angle of 123.86º 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 #22CD2D is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 205 | 45 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.20 |
| HSL | 123.86º | 0.72% | 0.47% | - |
| HSV(B) | 123.86º | 0.83% | 0.8% | - |
| XYZ | 22.96 | 44.19 | 9.8 | - |
| YUV | 135.63 | 76.85 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 205 | 45 | 0.83 | 0 | 0.78 | 0.20 | 123.86 | 0.72 | 0.47 |
| Hex | 22 | CD | 2D | 53 | 0 | 4E | 14 | 7C | 48 | 2F |
| Octal | 42 | 315 | 55 | 123 | 0 | 116 | 24 | 174 | 110 | 57 |
| Binary | 100010 | 11001101 | 101101 | 1010011 | 0 | 1001110 | 10100 | 1111100 | 1001000 | 101111 |
Color Harmonies of #22CD2D
Complementary color
Monochromatic Colors of #22CD2D
Black with #22CD2D
Text Example
Text Example
White with #22CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CD2D; }
p { color: rgb(34,205,45); }
H1.HeaderClassName
{
color: #22CD2D;
}
.AnyTagClassName
{
color: #22CD2D;
}
</style>
background-color css
<style>
a { background-color: #22CD2D; }
a { background-color: rgb(34,205,45); }
div.DivClassName
{
background-color: #22CD2D;
}
.BgClassName
{
background-color: #22CD2D;
}
</style>
border-color css
<style>
span { border-color: #22CD2D; }
span { border-color: rgb(34,205,45); }
td.TdClassName
{
border-color: #22CD2D;
}
.TagClassName
{
border-color: #22CD2D;
}
</style>