Shades of Lime Green #44DD22
Tints of Lime Green #44DD22
RGB
CMYK
RGB Variations
Color information
#44DD22 (or 0x44DD22) is known color: Lime Green. HEX triplet: 44, DD and 22. RGB value is (68,221,34). Sum of RGB (Red+Green+Blue) = 68+221+34=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD22 is #BB22DD. Grayscale: #9A9A9A. Windows color (decimal): -12264158 or 2284868. OLE color: 2284868.
HSL color Cylindrical-coordinate representation of color #44DD22: hue angle of 109.09º 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 #44DD22 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 34 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.13 |
| HSL | 109.09º | 0.73% | 0.5% | - |
| HSV(B) | 109.09º | 0.85% | 0.87% | - |
| XYZ | 28.53 | 53.06 | 10.25 | - |
| YUV | 153.94 | 60.31 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 34 | 0.69 | 0 | 0.85 | 0.13 | 109.09 | 0.73 | 0.5 |
| Hex | 44 | DD | 22 | 45 | 0 | 55 | D | 6D | 49 | 32 |
| Octal | 104 | 335 | 42 | 105 | 0 | 125 | 15 | 155 | 111 | 62 |
| Binary | 1000100 | 11011101 | 100010 | 1000101 | 0 | 1010101 | 1101 | 1101101 | 1001001 | 110010 |
Color Harmonies of #44DD22
Complementary color
Monochromatic Colors of #44DD22
Black with #44DD22
Text Example
Text Example
White with #44DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD22; }
p { color: rgb(68,221,34); }
H1.HeaderClassName
{
color: #44DD22;
}
.AnyTagClassName
{
color: #44DD22;
}
</style>
background-color css
<style>
a { background-color: #44DD22; }
a { background-color: rgb(68,221,34); }
div.DivClassName
{
background-color: #44DD22;
}
.BgClassName
{
background-color: #44DD22;
}
</style>
border-color css
<style>
span { border-color: #44DD22; }
span { border-color: rgb(68,221,34); }
td.TdClassName
{
border-color: #44DD22;
}
.TagClassName
{
border-color: #44DD22;
}
</style>