Shades of Lime Green #44C845
Tints of Lime Green #44C845
RGB
CMYK
RGB Variations
Color information
#44C845 (or 0x44C845) is known color: Lime Green. HEX triplet: 44, C8 and 45. RGB value is (68,200,69). Sum of RGB (Red+Green+Blue) = 68+200+69=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #44C845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C845 is #BB37BA. Grayscale: #919191. Windows color (decimal): -12269499 or 4573252. OLE color: 4573252.
HSL color Cylindrical-coordinate representation of color #44C845: hue angle of 120.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C845 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 69 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.22 |
| HSL | 120.45º | 0.55% | 0.53% | - |
| HSV(B) | 120.45º | 0.66% | 0.78% | - |
| XYZ | 24.11 | 42.97 | 12.65 | - |
| YUV | 145.6 | 84.77 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 69 | 0.66 | 0 | 0.66 | 0.22 | 120.45 | 0.55 | 0.53 |
| Hex | 44 | C8 | 45 | 42 | 0 | 42 | 16 | 78 | 37 | 35 |
| Octal | 104 | 310 | 105 | 102 | 0 | 102 | 26 | 170 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1000101 | 1000010 | 0 | 1000010 | 10110 | 1111000 | 110111 | 110101 |
Color Harmonies of #44C845
Complementary color
Monochromatic Colors of #44C845
Black with #44C845
Text Example
Text Example
White with #44C845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C845; }
p { color: rgb(68,200,69); }
H1.HeaderClassName
{
color: #44C845;
}
.AnyTagClassName
{
color: #44C845;
}
</style>
background-color css
<style>
a { background-color: #44C845; }
a { background-color: rgb(68,200,69); }
div.DivClassName
{
background-color: #44C845;
}
.BgClassName
{
background-color: #44C845;
}
</style>
border-color css
<style>
span { border-color: #44C845; }
span { border-color: rgb(68,200,69); }
td.TdClassName
{
border-color: #44C845;
}
.TagClassName
{
border-color: #44C845;
}
</style>