Shades of Lime Green #44C544
Tints of Lime Green #44C544
RGB
CMYK
RGB Variations
Color information
#44C544 (or 0x44C544) is known color: Lime Green. HEX triplet: 44, C5 and 44. RGB value is (68,197,68). Sum of RGB (Red+Green+Blue) = 68+197+68=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #44C544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C544 is #BB3ABB. Grayscale: #909090. Windows color (decimal): -12270268 or 4506948. OLE color: 4506948.
HSL color Cylindrical-coordinate representation of color #44C544: hue angle of 120º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C544 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 197 | 68 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.23 |
| HSL | 120º | 0.53% | 0.52% | - |
| HSV(B) | 120º | 0.65% | 0.77% | - |
| XYZ | 23.39 | 41.58 | 12.26 | - |
| YUV | 143.72 | 85.26 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 197 | 68 | 0.65 | 0 | 0.65 | 0.23 | 120 | 0.53 | 0.52 |
| Hex | 44 | C5 | 44 | 41 | 0 | 41 | 17 | 78 | 35 | 34 |
| Octal | 104 | 305 | 104 | 101 | 0 | 101 | 27 | 170 | 65 | 64 |
| Binary | 1000100 | 11000101 | 1000100 | 1000001 | 0 | 1000001 | 10111 | 1111000 | 110101 | 110100 |
Color Harmonies of #44C544
Complementary color
Monochromatic Colors of #44C544
Black with #44C544
Text Example
Text Example
White with #44C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C544; }
p { color: rgb(68,197,68); }
H1.HeaderClassName
{
color: #44C544;
}
.AnyTagClassName
{
color: #44C544;
}
</style>
background-color css
<style>
a { background-color: #44C544; }
a { background-color: rgb(68,197,68); }
div.DivClassName
{
background-color: #44C544;
}
.BgClassName
{
background-color: #44C544;
}
</style>
border-color css
<style>
span { border-color: #44C544; }
span { border-color: rgb(68,197,68); }
td.TdClassName
{
border-color: #44C544;
}
.TagClassName
{
border-color: #44C544;
}
</style>