Shades of Lime Green #44D545
Tints of Lime Green #44D545
RGB
CMYK
RGB Variations
Color information
#44D545 (or 0x44D545) is known color: Lime Green. HEX triplet: 44, D5 and 45. RGB value is (68,213,69). Sum of RGB (Red+Green+Blue) = 68+213+69=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #44D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D545 is #BB2ABA. Grayscale: #999999. Windows color (decimal): -12266171 or 4576580. OLE color: 4576580.
HSL color Cylindrical-coordinate representation of color #44D545: hue angle of 120.41º degrees, saturation: 0.63, 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 #44D545 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 69 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.16 |
| HSL | 120.41º | 0.63% | 0.55% | - |
| HSV(B) | 120.41º | 0.68% | 0.84% | - |
| XYZ | 27.25 | 49.25 | 13.7 | - |
| YUV | 153.23 | 80.46 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 69 | 0.68 | 0 | 0.68 | 0.16 | 120.41 | 0.63 | 0.55 |
| Hex | 44 | D5 | 45 | 44 | 0 | 44 | 10 | 78 | 3F | 37 |
| Octal | 104 | 325 | 105 | 104 | 0 | 104 | 20 | 170 | 77 | 67 |
| Binary | 1000100 | 11010101 | 1000101 | 1000100 | 0 | 1000100 | 10000 | 1111000 | 111111 | 110111 |
Color Harmonies of #44D545
Complementary color
Monochromatic Colors of #44D545
Black with #44D545
Text Example
Text Example
White with #44D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D545; }
p { color: rgb(68,213,69); }
H1.HeaderClassName
{
color: #44D545;
}
.AnyTagClassName
{
color: #44D545;
}
</style>
background-color css
<style>
a { background-color: #44D545; }
a { background-color: rgb(68,213,69); }
div.DivClassName
{
background-color: #44D545;
}
.BgClassName
{
background-color: #44D545;
}
</style>
border-color css
<style>
span { border-color: #44D545; }
span { border-color: rgb(68,213,69); }
td.TdClassName
{
border-color: #44D545;
}
.TagClassName
{
border-color: #44D545;
}
</style>