Shades of Lime Green #44E128
Tints of Lime Green #44E128
RGB
CMYK
RGB Variations
Color information
#44E128 (or 0x44E128) is known color: Lime Green. HEX triplet: 44, E1 and 28. RGB value is (68,225,40). Sum of RGB (Red+Green+Blue) = 68+225+40=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #44E128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E128 is #BB1ED7. Grayscale: #9D9D9D. Windows color (decimal): -12263128 or 2679108. OLE color: 2679108.
HSL color Cylindrical-coordinate representation of color #44E128: hue angle of 110.92º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44E128 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 40 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.12 |
| HSL | 110.92º | 0.76% | 0.52% | - |
| HSV(B) | 110.92º | 0.82% | 0.88% | - |
| XYZ | 29.69 | 55.23 | 11.1 | - |
| YUV | 156.97 | 61.99 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 40 | 0.70 | 0 | 0.82 | 0.12 | 110.92 | 0.76 | 0.52 |
| Hex | 44 | E1 | 28 | 46 | 0 | 52 | C | 6F | 4C | 34 |
| Octal | 104 | 341 | 50 | 106 | 0 | 122 | 14 | 157 | 114 | 64 |
| Binary | 1000100 | 11100001 | 101000 | 1000110 | 0 | 1010010 | 1100 | 1101111 | 1001100 | 110100 |
Color Harmonies of #44E128
Complementary color
Monochromatic Colors of #44E128
Black with #44E128
Text Example
Text Example
White with #44E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E128; }
p { color: rgb(68,225,40); }
H1.HeaderClassName
{
color: #44E128;
}
.AnyTagClassName
{
color: #44E128;
}
</style>
background-color css
<style>
a { background-color: #44E128; }
a { background-color: rgb(68,225,40); }
div.DivClassName
{
background-color: #44E128;
}
.BgClassName
{
background-color: #44E128;
}
</style>
border-color css
<style>
span { border-color: #44E128; }
span { border-color: rgb(68,225,40); }
td.TdClassName
{
border-color: #44E128;
}
.TagClassName
{
border-color: #44E128;
}
</style>