Shades of Lime Green #44BC3A
Tints of Lime Green #44BC3A
RGB
CMYK
RGB Variations
Color information
#44BC3A (or 0x44BC3A) is known color: Lime Green. HEX triplet: 44, BC and 3A. RGB value is (68,188,58). Sum of RGB (Red+Green+Blue) = 68+188+58=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC3A is #BB43C5. Grayscale: #898989. Windows color (decimal): -12272582 or 3849284. OLE color: 3849284.
HSL color Cylindrical-coordinate representation of color #44BC3A: hue angle of 115.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44BC3A is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 58 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.26 |
| HSL | 115.38º | 0.53% | 0.48% | - |
| HSV(B) | 115.38º | 0.69% | 0.74% | - |
| XYZ | 21.13 | 37.5 | 10.13 | - |
| YUV | 137.3 | 83.24 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 58 | 0.64 | 0 | 0.69 | 0.26 | 115.38 | 0.53 | 0.48 |
| Hex | 44 | BC | 3A | 40 | 0 | 45 | 1A | 73 | 35 | 30 |
| Octal | 104 | 274 | 72 | 100 | 0 | 105 | 32 | 163 | 65 | 60 |
| Binary | 1000100 | 10111100 | 111010 | 1000000 | 0 | 1000101 | 11010 | 1110011 | 110101 | 110000 |
Color Harmonies of #44BC3A
Complementary color
Monochromatic Colors of #44BC3A
Black with #44BC3A
Text Example
Text Example
White with #44BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC3A; }
p { color: rgb(68,188,58); }
H1.HeaderClassName
{
color: #44BC3A;
}
.AnyTagClassName
{
color: #44BC3A;
}
</style>
background-color css
<style>
a { background-color: #44BC3A; }
a { background-color: rgb(68,188,58); }
div.DivClassName
{
background-color: #44BC3A;
}
.BgClassName
{
background-color: #44BC3A;
}
</style>
border-color css
<style>
span { border-color: #44BC3A; }
span { border-color: rgb(68,188,58); }
td.TdClassName
{
border-color: #44BC3A;
}
.TagClassName
{
border-color: #44BC3A;
}
</style>