Shades of Lime Green #44D522
Tints of Lime Green #44D522
RGB
CMYK
RGB Variations
Color information
#44D522 (or 0x44D522) is known color: Lime Green. HEX triplet: 44, D5 and 22. RGB value is (68,213,34). Sum of RGB (Red+Green+Blue) = 68+213+34=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #44D522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D522 is #BB2ADD. Grayscale: #959595. Windows color (decimal): -12266206 or 2282820. OLE color: 2282820.
HSL color Cylindrical-coordinate representation of color #44D522: hue angle of 108.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44D522 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 34 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.16 |
| HSL | 108.6º | 0.72% | 0.48% | - |
| HSV(B) | 108.6º | 0.84% | 0.84% | - |
| XYZ | 26.47 | 48.93 | 9.56 | - |
| YUV | 149.24 | 62.96 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 34 | 0.68 | 0 | 0.84 | 0.16 | 108.6 | 0.72 | 0.48 |
| Hex | 44 | D5 | 22 | 44 | 0 | 54 | 10 | 6D | 48 | 30 |
| Octal | 104 | 325 | 42 | 104 | 0 | 124 | 20 | 155 | 110 | 60 |
| Binary | 1000100 | 11010101 | 100010 | 1000100 | 0 | 1010100 | 10000 | 1101101 | 1001000 | 110000 |
Color Harmonies of #44D522
Complementary color
Monochromatic Colors of #44D522
Black with #44D522
Text Example
Text Example
White with #44D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D522; }
p { color: rgb(68,213,34); }
H1.HeaderClassName
{
color: #44D522;
}
.AnyTagClassName
{
color: #44D522;
}
</style>
background-color css
<style>
a { background-color: #44D522; }
a { background-color: rgb(68,213,34); }
div.DivClassName
{
background-color: #44D522;
}
.BgClassName
{
background-color: #44D522;
}
</style>
border-color css
<style>
span { border-color: #44D522; }
span { border-color: rgb(68,213,34); }
td.TdClassName
{
border-color: #44D522;
}
.TagClassName
{
border-color: #44D522;
}
</style>