Shades of Lime Green #44BD40
Tints of Lime Green #44BD40
RGB
CMYK
RGB Variations
Color information
#44BD40 (or 0x44BD40) is known color: Lime Green. HEX triplet: 44, BD and 40. RGB value is (68,189,64). Sum of RGB (Red+Green+Blue) = 68+189+64=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD40 is #BB42BF. Grayscale: #8A8A8A. Windows color (decimal): -12272320 or 4242756. OLE color: 4242756.
HSL color Cylindrical-coordinate representation of color #44BD40: hue angle of 118.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44BD40 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 64 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.26 |
| HSL | 118.08º | 0.49% | 0.5% | - |
| HSV(B) | 118.08º | 0.66% | 0.74% | - |
| XYZ | 21.51 | 37.99 | 11.05 | - |
| YUV | 138.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 64 | 0.64 | 0 | 0.66 | 0.26 | 118.08 | 0.49 | 0.5 |
| Hex | 44 | BD | 40 | 40 | 0 | 42 | 1A | 76 | 31 | 32 |
| Octal | 104 | 275 | 100 | 100 | 0 | 102 | 32 | 166 | 61 | 62 |
| Binary | 1000100 | 10111101 | 1000000 | 1000000 | 0 | 1000010 | 11010 | 1110110 | 110001 | 110010 |
Color Harmonies of #44BD40
Complementary color
Monochromatic Colors of #44BD40
Black with #44BD40
Text Example
Text Example
White with #44BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD40; }
p { color: rgb(68,189,64); }
H1.HeaderClassName
{
color: #44BD40;
}
.AnyTagClassName
{
color: #44BD40;
}
</style>
background-color css
<style>
a { background-color: #44BD40; }
a { background-color: rgb(68,189,64); }
div.DivClassName
{
background-color: #44BD40;
}
.BgClassName
{
background-color: #44BD40;
}
</style>
border-color css
<style>
span { border-color: #44BD40; }
span { border-color: rgb(68,189,64); }
td.TdClassName
{
border-color: #44BD40;
}
.TagClassName
{
border-color: #44BD40;
}
</style>