Shades of Lime Green #44BC40
Tints of Lime Green #44BC40
RGB
CMYK
RGB Variations
Color information
#44BC40 (or 0x44BC40) is known color: Lime Green. HEX triplet: 44, BC and 40. RGB value is (68,188,64). Sum of RGB (Red+Green+Blue) = 68+188+64=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC40 is #BB43BF. Grayscale: #8A8A8A. Windows color (decimal): -12272576 or 4242500. OLE color: 4242500.
HSL color Cylindrical-coordinate representation of color #44BC40: hue angle of 118.06º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44BC40 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 64 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.26 |
| HSL | 118.06º | 0.49% | 0.49% | - |
| HSV(B) | 118.06º | 0.66% | 0.74% | - |
| XYZ | 21.29 | 37.57 | 10.98 | - |
| YUV | 137.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 64 | 0.64 | 0 | 0.66 | 0.26 | 118.06 | 0.49 | 0.49 |
| Hex | 44 | BC | 40 | 40 | 0 | 42 | 1A | 76 | 31 | 31 |
| Octal | 104 | 274 | 100 | 100 | 0 | 102 | 32 | 166 | 61 | 61 |
| Binary | 1000100 | 10111100 | 1000000 | 1000000 | 0 | 1000010 | 11010 | 1110110 | 110001 | 110001 |
Color Harmonies of #44BC40
Complementary color
Monochromatic Colors of #44BC40
Black with #44BC40
Text Example
Text Example
White with #44BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC40; }
p { color: rgb(68,188,64); }
H1.HeaderClassName
{
color: #44BC40;
}
.AnyTagClassName
{
color: #44BC40;
}
</style>
background-color css
<style>
a { background-color: #44BC40; }
a { background-color: rgb(68,188,64); }
div.DivClassName
{
background-color: #44BC40;
}
.BgClassName
{
background-color: #44BC40;
}
</style>
border-color css
<style>
span { border-color: #44BC40; }
span { border-color: rgb(68,188,64); }
td.TdClassName
{
border-color: #44BC40;
}
.TagClassName
{
border-color: #44BC40;
}
</style>