Shades of Lime Green #44BD32
Tints of Lime Green #44BD32
RGB
CMYK
RGB Variations
Color information
#44BD32 (or 0x44BD32) is known color: Lime Green. HEX triplet: 44, BD and 32. RGB value is (68,189,50). Sum of RGB (Red+Green+Blue) = 68+189+50=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD32 is #BB42CD. Grayscale: #898989. Windows color (decimal): -12272334 or 3325252. OLE color: 3325252.
HSL color Cylindrical-coordinate representation of color #44BD32: hue angle of 112.23º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44BD32 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 50 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.26 |
| HSL | 112.23º | 0.58% | 0.47% | - |
| HSV(B) | 112.23º | 0.74% | 0.74% | - |
| XYZ | 21.16 | 37.85 | 9.21 | - |
| YUV | 136.98 | 78.91 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 50 | 0.64 | 0 | 0.74 | 0.26 | 112.23 | 0.58 | 0.47 |
| Hex | 44 | BD | 32 | 40 | 0 | 4A | 1A | 70 | 3A | 2F |
| Octal | 104 | 275 | 62 | 100 | 0 | 112 | 32 | 160 | 72 | 57 |
| Binary | 1000100 | 10111101 | 110010 | 1000000 | 0 | 1001010 | 11010 | 1110000 | 111010 | 101111 |
Color Harmonies of #44BD32
Complementary color
Monochromatic Colors of #44BD32
Black with #44BD32
Text Example
Text Example
White with #44BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD32; }
p { color: rgb(68,189,50); }
H1.HeaderClassName
{
color: #44BD32;
}
.AnyTagClassName
{
color: #44BD32;
}
</style>
background-color css
<style>
a { background-color: #44BD32; }
a { background-color: rgb(68,189,50); }
div.DivClassName
{
background-color: #44BD32;
}
.BgClassName
{
background-color: #44BD32;
}
</style>
border-color css
<style>
span { border-color: #44BD32; }
span { border-color: rgb(68,189,50); }
td.TdClassName
{
border-color: #44BD32;
}
.TagClassName
{
border-color: #44BD32;
}
</style>