Shades of Lime Green #44D64F
Tints of Lime Green #44D64F
RGB
CMYK
RGB Variations
Color information
#44D64F (or 0x44D64F) is known color: Lime Green. HEX triplet: 44, D6 and 4F. RGB value is (68,214,79). Sum of RGB (Red+Green+Blue) = 68+214+79=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #44D64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D64F is #BB29B0. Grayscale: #9B9B9B. Windows color (decimal): -12265905 or 5232196. OLE color: 5232196.
HSL color Cylindrical-coordinate representation of color #44D64F: hue angle of 124.52º degrees, saturation: 0.64, 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 #44D64F is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 79 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.16 |
| HSL | 124.52º | 0.64% | 0.55% | - |
| HSV(B) | 124.52º | 0.68% | 0.84% | - |
| XYZ | 27.84 | 49.89 | 15.56 | - |
| YUV | 154.96 | 85.13 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 79 | 0.68 | 0 | 0.63 | 0.16 | 124.52 | 0.64 | 0.55 |
| Hex | 44 | D6 | 4F | 44 | 0 | 3F | 10 | 7D | 40 | 37 |
| Octal | 104 | 326 | 117 | 104 | 0 | 77 | 20 | 175 | 100 | 67 |
| Binary | 1000100 | 11010110 | 1001111 | 1000100 | 0 | 111111 | 10000 | 1111101 | 1000000 | 110111 |
Color Harmonies of #44D64F
Complementary color
Monochromatic Colors of #44D64F
Black with #44D64F
Text Example
Text Example
White with #44D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D64F; }
p { color: rgb(68,214,79); }
H1.HeaderClassName
{
color: #44D64F;
}
.AnyTagClassName
{
color: #44D64F;
}
</style>
background-color css
<style>
a { background-color: #44D64F; }
a { background-color: rgb(68,214,79); }
div.DivClassName
{
background-color: #44D64F;
}
.BgClassName
{
background-color: #44D64F;
}
</style>
border-color css
<style>
span { border-color: #44D64F; }
span { border-color: rgb(68,214,79); }
td.TdClassName
{
border-color: #44D64F;
}
.TagClassName
{
border-color: #44D64F;
}
</style>