Shades of Lime Green #22DD28
Tints of Lime Green #22DD28
RGB
CMYK
RGB Variations
Color information
#22DD28 (or 0x22DD28) is known color: Lime Green. HEX triplet: 22, DD and 28. RGB value is (34,221,40). Sum of RGB (Red+Green+Blue) = 34+221+40=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DD28 is #DD22D7. Grayscale: #909090. Windows color (decimal): -14492376 or 2678050. OLE color: 2678050.
HSL color Cylindrical-coordinate representation of color #22DD28: hue angle of 121.93º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DD28 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 221 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.13 |
| HSL | 121.93º | 0.73% | 0.5% | - |
| HSV(B) | 121.93º | 0.85% | 0.87% | - |
| XYZ | 26.9 | 52.21 | 10.67 | - |
| YUV | 144.45 | 69.05 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 221 | 40 | 0.85 | 0 | 0.82 | 0.13 | 121.93 | 0.73 | 0.5 |
| Hex | 22 | DD | 28 | 55 | 0 | 52 | D | 7A | 49 | 32 |
| Octal | 42 | 335 | 50 | 125 | 0 | 122 | 15 | 172 | 111 | 62 |
| Binary | 100010 | 11011101 | 101000 | 1010101 | 0 | 1010010 | 1101 | 1111010 | 1001001 | 110010 |
Color Harmonies of #22DD28
Complementary color
Monochromatic Colors of #22DD28
Black with #22DD28
Text Example
Text Example
White with #22DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DD28; }
p { color: rgb(34,221,40); }
H1.HeaderClassName
{
color: #22DD28;
}
.AnyTagClassName
{
color: #22DD28;
}
</style>
background-color css
<style>
a { background-color: #22DD28; }
a { background-color: rgb(34,221,40); }
div.DivClassName
{
background-color: #22DD28;
}
.BgClassName
{
background-color: #22DD28;
}
</style>
border-color css
<style>
span { border-color: #22DD28; }
span { border-color: rgb(34,221,40); }
td.TdClassName
{
border-color: #22DD28;
}
.TagClassName
{
border-color: #22DD28;
}
</style>