Shades of Lime Green #44D050
Tints of Lime Green #44D050
RGB
CMYK
RGB Variations
Color information
#44D050 (or 0x44D050) is known color: Lime Green. HEX triplet: 44, D0 and 50. RGB value is (68,208,80). Sum of RGB (Red+Green+Blue) = 68+208+80=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #44D050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D050 is #BB2FAF. Grayscale: #979797. Windows color (decimal): -12267440 or 5296196. OLE color: 5296196.
HSL color Cylindrical-coordinate representation of color #44D050: hue angle of 125.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D050 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 80 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.18 |
| HSL | 125.14º | 0.6% | 0.54% | - |
| HSV(B) | 125.14º | 0.67% | 0.82% | - |
| XYZ | 26.39 | 46.92 | 15.26 | - |
| YUV | 151.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 80 | 0.67 | 0 | 0.62 | 0.18 | 125.14 | 0.6 | 0.54 |
| Hex | 44 | D0 | 50 | 43 | 0 | 3E | 12 | 7D | 3C | 36 |
| Octal | 104 | 320 | 120 | 103 | 0 | 76 | 22 | 175 | 74 | 66 |
| Binary | 1000100 | 11010000 | 1010000 | 1000011 | 0 | 111110 | 10010 | 1111101 | 111100 | 110110 |
Color Harmonies of #44D050
Complementary color
Monochromatic Colors of #44D050
Black with #44D050
Text Example
Text Example
White with #44D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D050; }
p { color: rgb(68,208,80); }
H1.HeaderClassName
{
color: #44D050;
}
.AnyTagClassName
{
color: #44D050;
}
</style>
background-color css
<style>
a { background-color: #44D050; }
a { background-color: rgb(68,208,80); }
div.DivClassName
{
background-color: #44D050;
}
.BgClassName
{
background-color: #44D050;
}
</style>
border-color css
<style>
span { border-color: #44D050; }
span { border-color: rgb(68,208,80); }
td.TdClassName
{
border-color: #44D050;
}
.TagClassName
{
border-color: #44D050;
}
</style>