Shades of Lime Green #44CA47
Tints of Lime Green #44CA47
RGB
CMYK
RGB Variations
Color information
#44CA47 (or 0x44CA47) is known color: Lime Green. HEX triplet: 44, CA and 47. RGB value is (68,202,71). Sum of RGB (Red+Green+Blue) = 68+202+71=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA47 is #BB35B8. Grayscale: #939393. Windows color (decimal): -12268985 or 4704836. OLE color: 4704836.
HSL color Cylindrical-coordinate representation of color #44CA47: hue angle of 121.34º 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 #44CA47 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 71 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.21 |
| HSL | 121.34º | 0.56% | 0.53% | - |
| HSV(B) | 121.34º | 0.66% | 0.79% | - |
| XYZ | 24.64 | 43.92 | 13.14 | - |
| YUV | 147 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 71 | 0.66 | 0 | 0.65 | 0.21 | 121.34 | 0.56 | 0.53 |
| Hex | 44 | CA | 47 | 42 | 0 | 41 | 15 | 79 | 38 | 35 |
| Octal | 104 | 312 | 107 | 102 | 0 | 101 | 25 | 171 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1000111 | 1000010 | 0 | 1000001 | 10101 | 1111001 | 111000 | 110101 |
Color Harmonies of #44CA47
Complementary color
Monochromatic Colors of #44CA47
Black with #44CA47
Text Example
Text Example
White with #44CA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA47; }
p { color: rgb(68,202,71); }
H1.HeaderClassName
{
color: #44CA47;
}
.AnyTagClassName
{
color: #44CA47;
}
</style>
background-color css
<style>
a { background-color: #44CA47; }
a { background-color: rgb(68,202,71); }
div.DivClassName
{
background-color: #44CA47;
}
.BgClassName
{
background-color: #44CA47;
}
</style>
border-color css
<style>
span { border-color: #44CA47; }
span { border-color: rgb(68,202,71); }
td.TdClassName
{
border-color: #44CA47;
}
.TagClassName
{
border-color: #44CA47;
}
</style>