Shades of Lime Green #44DC22
Tints of Lime Green #44DC22
RGB
CMYK
RGB Variations
Color information
#44DC22 (or 0x44DC22) is known color: Lime Green. HEX triplet: 44, DC and 22. RGB value is (68,220,34). Sum of RGB (Red+Green+Blue) = 68+220+34=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DC22 is #BB23DD. Grayscale: #999999. Windows color (decimal): -12264414 or 2284612. OLE color: 2284612.
HSL color Cylindrical-coordinate representation of color #44DC22: hue angle of 109.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44DC22 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 220 | 34 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.14 |
| HSL | 109.03º | 0.73% | 0.5% | - |
| HSV(B) | 109.03º | 0.85% | 0.86% | - |
| XYZ | 28.27 | 52.53 | 10.16 | - |
| YUV | 153.35 | 60.64 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 34 | 0.69 | 0 | 0.85 | 0.14 | 109.03 | 0.73 | 0.5 |
| Hex | 44 | DC | 22 | 45 | 0 | 55 | E | 6D | 49 | 32 |
| Octal | 104 | 334 | 42 | 105 | 0 | 125 | 16 | 155 | 111 | 62 |
| Binary | 1000100 | 11011100 | 100010 | 1000101 | 0 | 1010101 | 1110 | 1101101 | 1001001 | 110010 |
Color Harmonies of #44DC22
Complementary color
Monochromatic Colors of #44DC22
Black with #44DC22
Text Example
Text Example
White with #44DC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DC22; }
p { color: rgb(68,220,34); }
H1.HeaderClassName
{
color: #44DC22;
}
.AnyTagClassName
{
color: #44DC22;
}
</style>
background-color css
<style>
a { background-color: #44DC22; }
a { background-color: rgb(68,220,34); }
div.DivClassName
{
background-color: #44DC22;
}
.BgClassName
{
background-color: #44DC22;
}
</style>
border-color css
<style>
span { border-color: #44DC22; }
span { border-color: rgb(68,220,34); }
td.TdClassName
{
border-color: #44DC22;
}
.TagClassName
{
border-color: #44DC22;
}
</style>