Shades of Lime Green #44C949
Tints of Lime Green #44C949
RGB
CMYK
RGB Variations
Color information
#44C949 (or 0x44C949) is known color: Lime Green. HEX triplet: 44, C9 and 49. RGB value is (68,201,73). Sum of RGB (Red+Green+Blue) = 68+201+73=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #44C949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C949 is #BB36B6. Grayscale: #939393. Windows color (decimal): -12269239 or 4835652. OLE color: 4835652.
HSL color Cylindrical-coordinate representation of color #44C949: hue angle of 122.26º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C949 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 73 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.21 |
| HSL | 122.26º | 0.55% | 0.53% | - |
| HSV(B) | 122.26º | 0.66% | 0.79% | - |
| XYZ | 24.47 | 43.48 | 13.41 | - |
| YUV | 146.64 | 86.44 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 73 | 0.66 | 0 | 0.64 | 0.21 | 122.26 | 0.55 | 0.53 |
| Hex | 44 | C9 | 49 | 42 | 0 | 40 | 15 | 7A | 37 | 35 |
| Octal | 104 | 311 | 111 | 102 | 0 | 100 | 25 | 172 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1001001 | 1000010 | 0 | 1000000 | 10101 | 1111010 | 110111 | 110101 |
Color Harmonies of #44C949
Complementary color
Monochromatic Colors of #44C949
Black with #44C949
Text Example
Text Example
White with #44C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C949; }
p { color: rgb(68,201,73); }
H1.HeaderClassName
{
color: #44C949;
}
.AnyTagClassName
{
color: #44C949;
}
</style>
background-color css
<style>
a { background-color: #44C949; }
a { background-color: rgb(68,201,73); }
div.DivClassName
{
background-color: #44C949;
}
.BgClassName
{
background-color: #44C949;
}
</style>
border-color css
<style>
span { border-color: #44C949; }
span { border-color: rgb(68,201,73); }
td.TdClassName
{
border-color: #44C949;
}
.TagClassName
{
border-color: #44C949;
}
</style>