Shades of Lime Green #44D646
Tints of Lime Green #44D646
RGB
CMYK
RGB Variations
Color information
#44D646 (or 0x44D646) is known color: Lime Green. HEX triplet: 44, D6 and 46. RGB value is (68,214,70). Sum of RGB (Red+Green+Blue) = 68+214+70=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #44D646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D646 is #BB29B9. Grayscale: #9A9A9A. Windows color (decimal): -12265914 or 4642372. OLE color: 4642372.
HSL color Cylindrical-coordinate representation of color #44D646: hue angle of 120.82º 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 #44D646 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 70 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.16 |
| HSL | 120.82º | 0.64% | 0.55% | - |
| HSV(B) | 120.82º | 0.68% | 0.84% | - |
| XYZ | 27.54 | 49.76 | 13.95 | - |
| YUV | 153.93 | 80.63 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 70 | 0.68 | 0 | 0.67 | 0.16 | 120.82 | 0.64 | 0.55 |
| Hex | 44 | D6 | 46 | 44 | 0 | 43 | 10 | 79 | 40 | 37 |
| Octal | 104 | 326 | 106 | 104 | 0 | 103 | 20 | 171 | 100 | 67 |
| Binary | 1000100 | 11010110 | 1000110 | 1000100 | 0 | 1000011 | 10000 | 1111001 | 1000000 | 110111 |
Color Harmonies of #44D646
Complementary color
Monochromatic Colors of #44D646
Black with #44D646
Text Example
Text Example
White with #44D646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D646; }
p { color: rgb(68,214,70); }
H1.HeaderClassName
{
color: #44D646;
}
.AnyTagClassName
{
color: #44D646;
}
</style>
background-color css
<style>
a { background-color: #44D646; }
a { background-color: rgb(68,214,70); }
div.DivClassName
{
background-color: #44D646;
}
.BgClassName
{
background-color: #44D646;
}
</style>
border-color css
<style>
span { border-color: #44D646; }
span { border-color: rgb(68,214,70); }
td.TdClassName
{
border-color: #44D646;
}
.TagClassName
{
border-color: #44D646;
}
</style>