Shades of Lime Green #44D848
Tints of Lime Green #44D848
RGB
CMYK
RGB Variations
Color information
#44D848 (or 0x44D848) is known color: Lime Green. HEX triplet: 44, D8 and 48. RGB value is (68,216,72). Sum of RGB (Red+Green+Blue) = 68+216+72=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #44D848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D848 is #BB27B7. Grayscale: #9B9B9B. Windows color (decimal): -12265400 or 4773956. OLE color: 4773956.
HSL color Cylindrical-coordinate representation of color #44D848: hue angle of 121.62º 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 #44D848 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 72 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.15 |
| HSL | 121.62º | 0.65% | 0.56% | - |
| HSV(B) | 121.62º | 0.69% | 0.85% | - |
| XYZ | 28.11 | 50.81 | 14.46 | - |
| YUV | 155.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 72 | 0.69 | 0 | 0.67 | 0.15 | 121.62 | 0.65 | 0.56 |
| Hex | 44 | D8 | 48 | 45 | 0 | 43 | F | 7A | 41 | 38 |
| Octal | 104 | 330 | 110 | 105 | 0 | 103 | 17 | 172 | 101 | 70 |
| Binary | 1000100 | 11011000 | 1001000 | 1000101 | 0 | 1000011 | 1111 | 1111010 | 1000001 | 111000 |
Color Harmonies of #44D848
Complementary color
Monochromatic Colors of #44D848
Black with #44D848
Text Example
Text Example
White with #44D848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D848; }
p { color: rgb(68,216,72); }
H1.HeaderClassName
{
color: #44D848;
}
.AnyTagClassName
{
color: #44D848;
}
</style>
background-color css
<style>
a { background-color: #44D848; }
a { background-color: rgb(68,216,72); }
div.DivClassName
{
background-color: #44D848;
}
.BgClassName
{
background-color: #44D848;
}
</style>
border-color css
<style>
span { border-color: #44D848; }
span { border-color: rgb(68,216,72); }
td.TdClassName
{
border-color: #44D848;
}
.TagClassName
{
border-color: #44D848;
}
</style>