Shades of Lime Green #44BD44
Tints of Lime Green #44BD44
RGB
CMYK
RGB Variations
Color information
#44BD44 (or 0x44BD44) is known color: Lime Green. HEX triplet: 44, BD and 44. RGB value is (68,189,68). Sum of RGB (Red+Green+Blue) = 68+189+68=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD44 is #BB42BB. Grayscale: #8B8B8B. Windows color (decimal): -12272316 or 4504900. OLE color: 4504900.
HSL color Cylindrical-coordinate representation of color #44BD44: hue angle of 120º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BD44 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 68 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.26 |
| HSL | 120º | 0.48% | 0.5% | - |
| HSV(B) | 120º | 0.64% | 0.74% | - |
| XYZ | 21.62 | 38.04 | 11.67 | - |
| YUV | 139.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 68 | 0.64 | 0 | 0.64 | 0.26 | 120 | 0.48 | 0.5 |
| Hex | 44 | BD | 44 | 40 | 0 | 40 | 1A | 78 | 30 | 32 |
| Octal | 104 | 275 | 104 | 100 | 0 | 100 | 32 | 170 | 60 | 62 |
| Binary | 1000100 | 10111101 | 1000100 | 1000000 | 0 | 1000000 | 11010 | 1111000 | 110000 | 110010 |
Color Harmonies of #44BD44
Complementary color
Monochromatic Colors of #44BD44
Black with #44BD44
Text Example
Text Example
White with #44BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD44; }
p { color: rgb(68,189,68); }
H1.HeaderClassName
{
color: #44BD44;
}
.AnyTagClassName
{
color: #44BD44;
}
</style>
background-color css
<style>
a { background-color: #44BD44; }
a { background-color: rgb(68,189,68); }
div.DivClassName
{
background-color: #44BD44;
}
.BgClassName
{
background-color: #44BD44;
}
</style>
border-color css
<style>
span { border-color: #44BD44; }
span { border-color: rgb(68,189,68); }
td.TdClassName
{
border-color: #44BD44;
}
.TagClassName
{
border-color: #44BD44;
}
</style>