Shades of Lime Green #44D855
Tints of Lime Green #44D855
RGB
CMYK
RGB Variations
Color information
#44D855 (or 0x44D855) is known color: Lime Green. HEX triplet: 44, D8 and 55. RGB value is (68,216,85). Sum of RGB (Red+Green+Blue) = 68+216+85=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #44D855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D855 is #BB27AA. Grayscale: #9D9D9D. Windows color (decimal): -12265387 or 5625924. OLE color: 5625924.
HSL color Cylindrical-coordinate representation of color #44D855: hue angle of 126.89º 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 #44D855 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 85 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.15 |
| HSL | 126.89º | 0.65% | 0.56% | - |
| HSV(B) | 126.89º | 0.69% | 0.85% | - |
| XYZ | 28.58 | 51 | 16.93 | - |
| YUV | 156.81 | 87.47 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 85 | 0.69 | 0 | 0.61 | 0.15 | 126.89 | 0.65 | 0.56 |
| Hex | 44 | D8 | 55 | 45 | 0 | 3D | F | 7F | 41 | 38 |
| Octal | 104 | 330 | 125 | 105 | 0 | 75 | 17 | 177 | 101 | 70 |
| Binary | 1000100 | 11011000 | 1010101 | 1000101 | 0 | 111101 | 1111 | 1111111 | 1000001 | 111000 |
Color Harmonies of #44D855
Complementary color
Monochromatic Colors of #44D855
Black with #44D855
Text Example
Text Example
White with #44D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D855; }
p { color: rgb(68,216,85); }
H1.HeaderClassName
{
color: #44D855;
}
.AnyTagClassName
{
color: #44D855;
}
</style>
background-color css
<style>
a { background-color: #44D855; }
a { background-color: rgb(68,216,85); }
div.DivClassName
{
background-color: #44D855;
}
.BgClassName
{
background-color: #44D855;
}
</style>
border-color css
<style>
span { border-color: #44D855; }
span { border-color: rgb(68,216,85); }
td.TdClassName
{
border-color: #44D855;
}
.TagClassName
{
border-color: #44D855;
}
</style>