Shades of Lime Green #44D748
Tints of Lime Green #44D748
RGB
CMYK
RGB Variations
Color information
#44D748 (or 0x44D748) is known color: Lime Green. HEX triplet: 44, D7 and 48. RGB value is (68,215,72). Sum of RGB (Red+Green+Blue) = 68+215+72=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #44D748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D748 is #BB28B7. Grayscale: #9B9B9B. Windows color (decimal): -12265656 or 4773700. OLE color: 4773700.
HSL color Cylindrical-coordinate representation of color #44D748: hue angle of 121.63º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D748 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 72 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.16 |
| HSL | 121.63º | 0.65% | 0.55% | - |
| HSV(B) | 121.63º | 0.68% | 0.84% | - |
| XYZ | 27.85 | 50.3 | 14.37 | - |
| YUV | 154.75 | 81.3 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 72 | 0.68 | 0 | 0.67 | 0.16 | 121.63 | 0.65 | 0.55 |
| Hex | 44 | D7 | 48 | 44 | 0 | 43 | 10 | 7A | 41 | 37 |
| Octal | 104 | 327 | 110 | 104 | 0 | 103 | 20 | 172 | 101 | 67 |
| Binary | 1000100 | 11010111 | 1001000 | 1000100 | 0 | 1000011 | 10000 | 1111010 | 1000001 | 110111 |
Color Harmonies of #44D748
Complementary color
Monochromatic Colors of #44D748
Black with #44D748
Text Example
Text Example
White with #44D748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D748; }
p { color: rgb(68,215,72); }
H1.HeaderClassName
{
color: #44D748;
}
.AnyTagClassName
{
color: #44D748;
}
</style>
background-color css
<style>
a { background-color: #44D748; }
a { background-color: rgb(68,215,72); }
div.DivClassName
{
background-color: #44D748;
}
.BgClassName
{
background-color: #44D748;
}
</style>
border-color css
<style>
span { border-color: #44D748; }
span { border-color: rgb(68,215,72); }
td.TdClassName
{
border-color: #44D748;
}
.TagClassName
{
border-color: #44D748;
}
</style>