Shades of Lime Green #44BA32
Tints of Lime Green #44BA32
RGB
CMYK
RGB Variations
Color information
#44BA32 (or 0x44BA32) is known color: Lime Green. HEX triplet: 44, BA and 32. RGB value is (68,186,50). Sum of RGB (Red+Green+Blue) = 68+186+50=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA32 is #BB45CD. Grayscale: #878787. Windows color (decimal): -12273102 or 3324484. OLE color: 3324484.
HSL color Cylindrical-coordinate representation of color #44BA32: hue angle of 112.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44BA32 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 50 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.27 |
| HSL | 112.06º | 0.58% | 0.46% | - |
| HSV(B) | 112.06º | 0.73% | 0.73% | - |
| XYZ | 20.52 | 36.58 | 9 | - |
| YUV | 135.21 | 79.91 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 50 | 0.63 | 0 | 0.73 | 0.27 | 112.06 | 0.58 | 0.46 |
| Hex | 44 | BA | 32 | 3F | 0 | 49 | 1B | 70 | 3A | 2E |
| Octal | 104 | 272 | 62 | 77 | 0 | 111 | 33 | 160 | 72 | 56 |
| Binary | 1000100 | 10111010 | 110010 | 111111 | 0 | 1001001 | 11011 | 1110000 | 111010 | 101110 |
Color Harmonies of #44BA32
Complementary color
Monochromatic Colors of #44BA32
Black with #44BA32
Text Example
Text Example
White with #44BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA32; }
p { color: rgb(68,186,50); }
H1.HeaderClassName
{
color: #44BA32;
}
.AnyTagClassName
{
color: #44BA32;
}
</style>
background-color css
<style>
a { background-color: #44BA32; }
a { background-color: rgb(68,186,50); }
div.DivClassName
{
background-color: #44BA32;
}
.BgClassName
{
background-color: #44BA32;
}
</style>
border-color css
<style>
span { border-color: #44BA32; }
span { border-color: rgb(68,186,50); }
td.TdClassName
{
border-color: #44BA32;
}
.TagClassName
{
border-color: #44BA32;
}
</style>