Shades of Lime Green #44D044
Tints of Lime Green #44D044
RGB
CMYK
RGB Variations
Color information
#44D044 (or 0x44D044) is known color: Lime Green. HEX triplet: 44, D0 and 44. RGB value is (68,208,68). Sum of RGB (Red+Green+Blue) = 68+208+68=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #44D044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D044 is #BB2FBB. Grayscale: #969696. Windows color (decimal): -12267452 or 4509764. OLE color: 4509764.
HSL color Cylindrical-coordinate representation of color #44D044: hue angle of 120º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D044 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 68 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.18 |
| HSL | 120º | 0.6% | 0.54% | - |
| HSV(B) | 120º | 0.67% | 0.82% | - |
| XYZ | 25.98 | 46.76 | 13.12 | - |
| YUV | 150.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 68 | 0.67 | 0 | 0.67 | 0.18 | 120 | 0.6 | 0.54 |
| Hex | 44 | D0 | 44 | 43 | 0 | 43 | 12 | 78 | 3C | 36 |
| Octal | 104 | 320 | 104 | 103 | 0 | 103 | 22 | 170 | 74 | 66 |
| Binary | 1000100 | 11010000 | 1000100 | 1000011 | 0 | 1000011 | 10010 | 1111000 | 111100 | 110110 |
Color Harmonies of #44D044
Complementary color
Monochromatic Colors of #44D044
Black with #44D044
Text Example
Text Example
White with #44D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D044; }
p { color: rgb(68,208,68); }
H1.HeaderClassName
{
color: #44D044;
}
.AnyTagClassName
{
color: #44D044;
}
</style>
background-color css
<style>
a { background-color: #44D044; }
a { background-color: rgb(68,208,68); }
div.DivClassName
{
background-color: #44D044;
}
.BgClassName
{
background-color: #44D044;
}
</style>
border-color css
<style>
span { border-color: #44D044; }
span { border-color: rgb(68,208,68); }
td.TdClassName
{
border-color: #44D044;
}
.TagClassName
{
border-color: #44D044;
}
</style>