Shades of Lime Green #44CA49
Tints of Lime Green #44CA49
RGB
CMYK
RGB Variations
Color information
#44CA49 (or 0x44CA49) is known color: Lime Green. HEX triplet: 44, CA and 49. RGB value is (68,202,73). Sum of RGB (Red+Green+Blue) = 68+202+73=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA49 is #BB35B6. Grayscale: #939393. Windows color (decimal): -12268983 or 4835908. OLE color: 4835908.
HSL color Cylindrical-coordinate representation of color #44CA49: hue angle of 122.24º degrees, saturation: 0.56, 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 #44CA49 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 73 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.21 |
| HSL | 122.24º | 0.56% | 0.53% | - |
| HSV(B) | 122.24º | 0.66% | 0.79% | - |
| XYZ | 24.71 | 43.95 | 13.48 | - |
| YUV | 147.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 73 | 0.66 | 0 | 0.64 | 0.21 | 122.24 | 0.56 | 0.53 |
| Hex | 44 | CA | 49 | 42 | 0 | 40 | 15 | 7A | 38 | 35 |
| Octal | 104 | 312 | 111 | 102 | 0 | 100 | 25 | 172 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1001001 | 1000010 | 0 | 1000000 | 10101 | 1111010 | 111000 | 110101 |
Color Harmonies of #44CA49
Complementary color
Monochromatic Colors of #44CA49
Black with #44CA49
Text Example
Text Example
White with #44CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA49; }
p { color: rgb(68,202,73); }
H1.HeaderClassName
{
color: #44CA49;
}
.AnyTagClassName
{
color: #44CA49;
}
</style>
background-color css
<style>
a { background-color: #44CA49; }
a { background-color: rgb(68,202,73); }
div.DivClassName
{
background-color: #44CA49;
}
.BgClassName
{
background-color: #44CA49;
}
</style>
border-color css
<style>
span { border-color: #44CA49; }
span { border-color: rgb(68,202,73); }
td.TdClassName
{
border-color: #44CA49;
}
.TagClassName
{
border-color: #44CA49;
}
</style>