Shades of Lime Green #44D844
Tints of Lime Green #44D844
RGB
CMYK
RGB Variations
Color information
#44D844 (or 0x44D844) is known color: Lime Green. HEX triplet: 44, D8 and 44. RGB value is (68,216,68). Sum of RGB (Red+Green+Blue) = 68+216+68=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #44D844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D844 is #BB27BB. Grayscale: #9B9B9B. Windows color (decimal): -12265404 or 4511812. OLE color: 4511812.
HSL color Cylindrical-coordinate representation of color #44D844: hue angle of 120º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D844 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 68 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.15 |
| HSL | 120º | 0.65% | 0.56% | - |
| HSV(B) | 120º | 0.69% | 0.85% | - |
| XYZ | 27.98 | 50.76 | 13.79 | - |
| YUV | 154.88 | 78.97 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 68 | 0.69 | 0 | 0.69 | 0.15 | 120 | 0.65 | 0.56 |
| Hex | 44 | D8 | 44 | 45 | 0 | 45 | F | 78 | 41 | 38 |
| Octal | 104 | 330 | 104 | 105 | 0 | 105 | 17 | 170 | 101 | 70 |
| Binary | 1000100 | 11011000 | 1000100 | 1000101 | 0 | 1000101 | 1111 | 1111000 | 1000001 | 111000 |
Color Harmonies of #44D844
Complementary color
Monochromatic Colors of #44D844
Black with #44D844
Text Example
Text Example
White with #44D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D844; }
p { color: rgb(68,216,68); }
H1.HeaderClassName
{
color: #44D844;
}
.AnyTagClassName
{
color: #44D844;
}
</style>
background-color css
<style>
a { background-color: #44D844; }
a { background-color: rgb(68,216,68); }
div.DivClassName
{
background-color: #44D844;
}
.BgClassName
{
background-color: #44D844;
}
</style>
border-color css
<style>
span { border-color: #44D844; }
span { border-color: rgb(68,216,68); }
td.TdClassName
{
border-color: #44D844;
}
.TagClassName
{
border-color: #44D844;
}
</style>