Shades of Lime Green #44D139
Tints of Lime Green #44D139
RGB
CMYK
RGB Variations
Color information
#44D139 (or 0x44D139) is known color: Lime Green. HEX triplet: 44, D1 and 39. RGB value is (68,209,57). Sum of RGB (Red+Green+Blue) = 68+209+57=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #44D139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D139 is #BB2EC6. Grayscale: #959595. Windows color (decimal): -12267207 or 3789124. OLE color: 3789124.
HSL color Cylindrical-coordinate representation of color #44D139: hue angle of 115.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44D139 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 209 | 57 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.18 |
| HSL | 115.66º | 0.62% | 0.52% | - |
| HSV(B) | 115.66º | 0.73% | 0.82% | - |
| XYZ | 25.92 | 47.13 | 11.6 | - |
| YUV | 149.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 209 | 57 | 0.67 | 0 | 0.73 | 0.18 | 115.66 | 0.62 | 0.52 |
| Hex | 44 | D1 | 39 | 43 | 0 | 49 | 12 | 74 | 3E | 34 |
| Octal | 104 | 321 | 71 | 103 | 0 | 111 | 22 | 164 | 76 | 64 |
| Binary | 1000100 | 11010001 | 111001 | 1000011 | 0 | 1001001 | 10010 | 1110100 | 111110 | 110100 |
Color Harmonies of #44D139
Complementary color
Monochromatic Colors of #44D139
Black with #44D139
Text Example
Text Example
White with #44D139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D139; }
p { color: rgb(68,209,57); }
H1.HeaderClassName
{
color: #44D139;
}
.AnyTagClassName
{
color: #44D139;
}
</style>
background-color css
<style>
a { background-color: #44D139; }
a { background-color: rgb(68,209,57); }
div.DivClassName
{
background-color: #44D139;
}
.BgClassName
{
background-color: #44D139;
}
</style>
border-color css
<style>
span { border-color: #44D139; }
span { border-color: rgb(68,209,57); }
td.TdClassName
{
border-color: #44D139;
}
.TagClassName
{
border-color: #44D139;
}
</style>