Shades of Lime Green #44C749
Tints of Lime Green #44C749
RGB
CMYK
RGB Variations
Color information
#44C749 (or 0x44C749) is known color: Lime Green. HEX triplet: 44, C7 and 49. RGB value is (68,199,73). Sum of RGB (Red+Green+Blue) = 68+199+73=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #44C749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C749 is #BB38B6. Grayscale: #919191. Windows color (decimal): -12269751 or 4835140. OLE color: 4835140.
HSL color Cylindrical-coordinate representation of color #44C749: hue angle of 122.29º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C749 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 199 | 73 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.22 |
| HSL | 122.29º | 0.54% | 0.52% | - |
| HSV(B) | 122.29º | 0.66% | 0.78% | - |
| XYZ | 24.01 | 42.56 | 13.25 | - |
| YUV | 145.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 199 | 73 | 0.66 | 0 | 0.63 | 0.22 | 122.29 | 0.54 | 0.52 |
| Hex | 44 | C7 | 49 | 42 | 0 | 3F | 16 | 7A | 36 | 34 |
| Octal | 104 | 307 | 111 | 102 | 0 | 77 | 26 | 172 | 66 | 64 |
| Binary | 1000100 | 11000111 | 1001001 | 1000010 | 0 | 111111 | 10110 | 1111010 | 110110 | 110100 |
Color Harmonies of #44C749
Complementary color
Monochromatic Colors of #44C749
Black with #44C749
Text Example
Text Example
White with #44C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C749; }
p { color: rgb(68,199,73); }
H1.HeaderClassName
{
color: #44C749;
}
.AnyTagClassName
{
color: #44C749;
}
</style>
background-color css
<style>
a { background-color: #44C749; }
a { background-color: rgb(68,199,73); }
div.DivClassName
{
background-color: #44C749;
}
.BgClassName
{
background-color: #44C749;
}
</style>
border-color css
<style>
span { border-color: #44C749; }
span { border-color: rgb(68,199,73); }
td.TdClassName
{
border-color: #44C749;
}
.TagClassName
{
border-color: #44C749;
}
</style>