Shades of Lime Green #44D832
Tints of Lime Green #44D832
RGB
CMYK
RGB Variations
Color information
#44D832 (or 0x44D832) is known color: Lime Green. HEX triplet: 44, D8 and 32. RGB value is (68,216,50). Sum of RGB (Red+Green+Blue) = 68+216+50=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #44D832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D832 is #BB27CD. Grayscale: #999999. Windows color (decimal): -12265422 or 3332164. OLE color: 3332164.
HSL color Cylindrical-coordinate representation of color #44D832: hue angle of 113.49º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44D832 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 50 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.15 |
| HSL | 113.49º | 0.68% | 0.52% | - |
| HSV(B) | 113.49º | 0.77% | 0.85% | - |
| XYZ | 27.52 | 50.57 | 11.33 | - |
| YUV | 152.82 | 69.97 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 50 | 0.69 | 0 | 0.77 | 0.15 | 113.49 | 0.68 | 0.52 |
| Hex | 44 | D8 | 32 | 45 | 0 | 4D | F | 71 | 44 | 34 |
| Octal | 104 | 330 | 62 | 105 | 0 | 115 | 17 | 161 | 104 | 64 |
| Binary | 1000100 | 11011000 | 110010 | 1000101 | 0 | 1001101 | 1111 | 1110001 | 1000100 | 110100 |
Color Harmonies of #44D832
Complementary color
Monochromatic Colors of #44D832
Black with #44D832
Text Example
Text Example
White with #44D832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D832; }
p { color: rgb(68,216,50); }
H1.HeaderClassName
{
color: #44D832;
}
.AnyTagClassName
{
color: #44D832;
}
</style>
background-color css
<style>
a { background-color: #44D832; }
a { background-color: rgb(68,216,50); }
div.DivClassName
{
background-color: #44D832;
}
.BgClassName
{
background-color: #44D832;
}
</style>
border-color css
<style>
span { border-color: #44D832; }
span { border-color: rgb(68,216,50); }
td.TdClassName
{
border-color: #44D832;
}
.TagClassName
{
border-color: #44D832;
}
</style>