Shades of Lime Green #44D540
Tints of Lime Green #44D540
RGB
CMYK
RGB Variations
Color information
#44D540 (or 0x44D540) is known color: Lime Green. HEX triplet: 44, D5 and 40. RGB value is (68,213,64). Sum of RGB (Red+Green+Blue) = 68+213+64=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #44D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D540 is #BB2ABF. Grayscale: #999999. Windows color (decimal): -12266176 or 4248900. OLE color: 4248900.
HSL color Cylindrical-coordinate representation of color #44D540: hue angle of 118.39º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44D540 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 64 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.16 |
| HSL | 118.39º | 0.64% | 0.54% | - |
| HSV(B) | 118.39º | 0.7% | 0.84% | - |
| XYZ | 27.1 | 49.19 | 12.92 | - |
| YUV | 152.66 | 77.96 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 64 | 0.68 | 0 | 0.70 | 0.16 | 118.39 | 0.64 | 0.54 |
| Hex | 44 | D5 | 40 | 44 | 0 | 46 | 10 | 76 | 40 | 36 |
| Octal | 104 | 325 | 100 | 104 | 0 | 106 | 20 | 166 | 100 | 66 |
| Binary | 1000100 | 11010101 | 1000000 | 1000100 | 0 | 1000110 | 10000 | 1110110 | 1000000 | 110110 |
Color Harmonies of #44D540
Complementary color
Monochromatic Colors of #44D540
Black with #44D540
Text Example
Text Example
White with #44D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D540; }
p { color: rgb(68,213,64); }
H1.HeaderClassName
{
color: #44D540;
}
.AnyTagClassName
{
color: #44D540;
}
</style>
background-color css
<style>
a { background-color: #44D540; }
a { background-color: rgb(68,213,64); }
div.DivClassName
{
background-color: #44D540;
}
.BgClassName
{
background-color: #44D540;
}
</style>
border-color css
<style>
span { border-color: #44D540; }
span { border-color: rgb(68,213,64); }
td.TdClassName
{
border-color: #44D540;
}
.TagClassName
{
border-color: #44D540;
}
</style>