Shades of Lime Green #44E138
Tints of Lime Green #44E138
RGB
CMYK
RGB Variations
Color information
#44E138 (or 0x44E138) is known color: Lime Green. HEX triplet: 44, E1 and 38. RGB value is (68,225,56). Sum of RGB (Red+Green+Blue) = 68+225+56=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #44E138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E138 is #BB1EC7. Grayscale: #9F9F9F. Windows color (decimal): -12263112 or 3727684. OLE color: 3727684.
HSL color Cylindrical-coordinate representation of color #44E138: hue angle of 115.74º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44E138 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 56 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.12 |
| HSL | 115.74º | 0.74% | 0.55% | - |
| HSV(B) | 115.74º | 0.75% | 0.88% | - |
| XYZ | 30.02 | 55.36 | 12.85 | - |
| YUV | 158.79 | 69.99 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 56 | 0.70 | 0 | 0.75 | 0.12 | 115.74 | 0.74 | 0.55 |
| Hex | 44 | E1 | 38 | 46 | 0 | 4B | C | 74 | 4A | 37 |
| Octal | 104 | 341 | 70 | 106 | 0 | 113 | 14 | 164 | 112 | 67 |
| Binary | 1000100 | 11100001 | 111000 | 1000110 | 0 | 1001011 | 1100 | 1110100 | 1001010 | 110111 |
Color Harmonies of #44E138
Complementary color
Monochromatic Colors of #44E138
Black with #44E138
Text Example
Text Example
White with #44E138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E138; }
p { color: rgb(68,225,56); }
H1.HeaderClassName
{
color: #44E138;
}
.AnyTagClassName
{
color: #44E138;
}
</style>
background-color css
<style>
a { background-color: #44E138; }
a { background-color: rgb(68,225,56); }
div.DivClassName
{
background-color: #44E138;
}
.BgClassName
{
background-color: #44E138;
}
</style>
border-color css
<style>
span { border-color: #44E138; }
span { border-color: rgb(68,225,56); }
td.TdClassName
{
border-color: #44E138;
}
.TagClassName
{
border-color: #44E138;
}
</style>