Shades of Lime Green #44BA39
Tints of Lime Green #44BA39
RGB
CMYK
RGB Variations
Color information
#44BA39 (or 0x44BA39) is known color: Lime Green. HEX triplet: 44, BA and 39. RGB value is (68,186,57). Sum of RGB (Red+Green+Blue) = 68+186+57=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA39 is #BB45C6. Grayscale: #888888. Windows color (decimal): -12273095 or 3783236. OLE color: 3783236.
HSL color Cylindrical-coordinate representation of color #44BA39: hue angle of 114.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44BA39 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 57 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.27 |
| HSL | 114.88º | 0.53% | 0.48% | - |
| HSV(B) | 114.88º | 0.69% | 0.73% | - |
| XYZ | 20.68 | 36.64 | 9.85 | - |
| YUV | 136.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 57 | 0.63 | 0 | 0.69 | 0.27 | 114.88 | 0.53 | 0.48 |
| Hex | 44 | BA | 39 | 3F | 0 | 45 | 1B | 73 | 35 | 30 |
| Octal | 104 | 272 | 71 | 77 | 0 | 105 | 33 | 163 | 65 | 60 |
| Binary | 1000100 | 10111010 | 111001 | 111111 | 0 | 1000101 | 11011 | 1110011 | 110101 | 110000 |
Color Harmonies of #44BA39
Complementary color
Monochromatic Colors of #44BA39
Black with #44BA39
Text Example
Text Example
White with #44BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA39; }
p { color: rgb(68,186,57); }
H1.HeaderClassName
{
color: #44BA39;
}
.AnyTagClassName
{
color: #44BA39;
}
</style>
background-color css
<style>
a { background-color: #44BA39; }
a { background-color: rgb(68,186,57); }
div.DivClassName
{
background-color: #44BA39;
}
.BgClassName
{
background-color: #44BA39;
}
</style>
border-color css
<style>
span { border-color: #44BA39; }
span { border-color: rgb(68,186,57); }
td.TdClassName
{
border-color: #44BA39;
}
.TagClassName
{
border-color: #44BA39;
}
</style>