Shades of Lime Green #44BA3A
Tints of Lime Green #44BA3A
RGB
CMYK
RGB Variations
Color information
#44BA3A (or 0x44BA3A) is known color: Lime Green. HEX triplet: 44, BA and 3A. RGB value is (68,186,58). Sum of RGB (Red+Green+Blue) = 68+186+58=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA3A is #BB45C5. Grayscale: #888888. Windows color (decimal): -12273094 or 3848772. OLE color: 3848772.
HSL color Cylindrical-coordinate representation of color #44BA3A: hue angle of 115.31º degrees, saturation: 0.52, 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 #44BA3A is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 58 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.27 |
| HSL | 115.31º | 0.52% | 0.48% | - |
| HSV(B) | 115.31º | 0.69% | 0.73% | - |
| XYZ | 20.71 | 36.65 | 9.99 | - |
| YUV | 136.13 | 83.91 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 58 | 0.63 | 0 | 0.69 | 0.27 | 115.31 | 0.52 | 0.48 |
| Hex | 44 | BA | 3A | 3F | 0 | 45 | 1B | 73 | 34 | 30 |
| Octal | 104 | 272 | 72 | 77 | 0 | 105 | 33 | 163 | 64 | 60 |
| Binary | 1000100 | 10111010 | 111010 | 111111 | 0 | 1000101 | 11011 | 1110011 | 110100 | 110000 |
Color Harmonies of #44BA3A
Complementary color
Monochromatic Colors of #44BA3A
Black with #44BA3A
Text Example
Text Example
White with #44BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA3A; }
p { color: rgb(68,186,58); }
H1.HeaderClassName
{
color: #44BA3A;
}
.AnyTagClassName
{
color: #44BA3A;
}
</style>
background-color css
<style>
a { background-color: #44BA3A; }
a { background-color: rgb(68,186,58); }
div.DivClassName
{
background-color: #44BA3A;
}
.BgClassName
{
background-color: #44BA3A;
}
</style>
border-color css
<style>
span { border-color: #44BA3A; }
span { border-color: rgb(68,186,58); }
td.TdClassName
{
border-color: #44BA3A;
}
.TagClassName
{
border-color: #44BA3A;
}
</style>