Shades of Lime Green #44BC39
Tints of Lime Green #44BC39
RGB
CMYK
RGB Variations
Color information
#44BC39 (or 0x44BC39) is known color: Lime Green. HEX triplet: 44, BC and 39. RGB value is (68,188,57). Sum of RGB (Red+Green+Blue) = 68+188+57=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC39 is #BB43C6. Grayscale: #898989. Windows color (decimal): -12272583 or 3783748. OLE color: 3783748.
HSL color Cylindrical-coordinate representation of color #44BC39: hue angle of 114.96º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44BC39 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 57 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.26 |
| HSL | 114.96º | 0.53% | 0.48% | - |
| HSV(B) | 114.96º | 0.7% | 0.74% | - |
| XYZ | 21.11 | 37.49 | 9.99 | - |
| YUV | 137.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 57 | 0.64 | 0 | 0.70 | 0.26 | 114.96 | 0.53 | 0.48 |
| Hex | 44 | BC | 39 | 40 | 0 | 46 | 1A | 73 | 35 | 30 |
| Octal | 104 | 274 | 71 | 100 | 0 | 106 | 32 | 163 | 65 | 60 |
| Binary | 1000100 | 10111100 | 111001 | 1000000 | 0 | 1000110 | 11010 | 1110011 | 110101 | 110000 |
Color Harmonies of #44BC39
Complementary color
Monochromatic Colors of #44BC39
Black with #44BC39
Text Example
Text Example
White with #44BC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC39; }
p { color: rgb(68,188,57); }
H1.HeaderClassName
{
color: #44BC39;
}
.AnyTagClassName
{
color: #44BC39;
}
</style>
background-color css
<style>
a { background-color: #44BC39; }
a { background-color: rgb(68,188,57); }
div.DivClassName
{
background-color: #44BC39;
}
.BgClassName
{
background-color: #44BC39;
}
</style>
border-color css
<style>
span { border-color: #44BC39; }
span { border-color: rgb(68,188,57); }
td.TdClassName
{
border-color: #44BC39;
}
.TagClassName
{
border-color: #44BC39;
}
</style>