Shades of Lime Green #44B732
Tints of Lime Green #44B732
RGB
CMYK
RGB Variations
Color information
#44B732 (or 0x44B732) is known color: Lime Green. HEX triplet: 44, B7 and 32. RGB value is (68,183,50). Sum of RGB (Red+Green+Blue) = 68+183+50=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #44B732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B732 is #BB48CD. Grayscale: #858585. Windows color (decimal): -12273870 or 3323716. OLE color: 3323716.
HSL color Cylindrical-coordinate representation of color #44B732: hue angle of 111.88º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44B732 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 50 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.28 |
| HSL | 111.88º | 0.57% | 0.46% | - |
| HSV(B) | 111.88º | 0.73% | 0.72% | - |
| XYZ | 19.89 | 35.33 | 8.79 | - |
| YUV | 133.45 | 80.9 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 50 | 0.63 | 0 | 0.73 | 0.28 | 111.88 | 0.57 | 0.46 |
| Hex | 44 | B7 | 32 | 3F | 0 | 49 | 1C | 70 | 39 | 2E |
| Octal | 104 | 267 | 62 | 77 | 0 | 111 | 34 | 160 | 71 | 56 |
| Binary | 1000100 | 10110111 | 110010 | 111111 | 0 | 1001001 | 11100 | 1110000 | 111001 | 101110 |
Color Harmonies of #44B732
Complementary color
Monochromatic Colors of #44B732
Black with #44B732
Text Example
Text Example
White with #44B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B732; }
p { color: rgb(68,183,50); }
H1.HeaderClassName
{
color: #44B732;
}
.AnyTagClassName
{
color: #44B732;
}
</style>
background-color css
<style>
a { background-color: #44B732; }
a { background-color: rgb(68,183,50); }
div.DivClassName
{
background-color: #44B732;
}
.BgClassName
{
background-color: #44B732;
}
</style>
border-color css
<style>
span { border-color: #44B732; }
span { border-color: rgb(68,183,50); }
td.TdClassName
{
border-color: #44B732;
}
.TagClassName
{
border-color: #44B732;
}
</style>