Shades of Lime Green #44E155
Tints of Lime Green #44E155
RGB
CMYK
RGB Variations
Color information
#44E155 (or 0x44E155) is known color: Lime Green. HEX triplet: 44, E1 and 55. RGB value is (68,225,85). Sum of RGB (Red+Green+Blue) = 68+225+85=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #44E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E155 is #BB1EAA. Grayscale: #A2A2A2. Windows color (decimal): -12263083 or 5628228. OLE color: 5628228.
HSL color Cylindrical-coordinate representation of color #44E155: hue angle of 126.5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E155 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 85 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.12 |
| HSL | 126.5º | 0.72% | 0.57% | - |
| HSV(B) | 126.5º | 0.7% | 0.88% | - |
| XYZ | 30.95 | 55.74 | 17.72 | - |
| YUV | 162.1 | 84.49 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 85 | 0.70 | 0 | 0.62 | 0.12 | 126.5 | 0.72 | 0.57 |
| Hex | 44 | E1 | 55 | 46 | 0 | 3E | C | 7E | 48 | 39 |
| Octal | 104 | 341 | 125 | 106 | 0 | 76 | 14 | 176 | 110 | 71 |
| Binary | 1000100 | 11100001 | 1010101 | 1000110 | 0 | 111110 | 1100 | 1111110 | 1001000 | 111001 |
Color Harmonies of #44E155
Complementary color
Monochromatic Colors of #44E155
Black with #44E155
Text Example
Text Example
White with #44E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E155; }
p { color: rgb(68,225,85); }
H1.HeaderClassName
{
color: #44E155;
}
.AnyTagClassName
{
color: #44E155;
}
</style>
background-color css
<style>
a { background-color: #44E155; }
a { background-color: rgb(68,225,85); }
div.DivClassName
{
background-color: #44E155;
}
.BgClassName
{
background-color: #44E155;
}
</style>
border-color css
<style>
span { border-color: #44E155; }
span { border-color: rgb(68,225,85); }
td.TdClassName
{
border-color: #44E155;
}
.TagClassName
{
border-color: #44E155;
}
</style>