Shades of Lime Green #44E34E
Tints of Lime Green #44E34E
RGB
CMYK
RGB Variations
Color information
#44E34E (or 0x44E34E) is known color: Lime Green. HEX triplet: 44, E3 and 4E. RGB value is (68,227,78). Sum of RGB (Red+Green+Blue) = 68+227+78=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #44E34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E34E is #BB1CB1. Grayscale: #A2A2A2. Windows color (decimal): -12262578 or 5169988. OLE color: 5169988.
HSL color Cylindrical-coordinate representation of color #44E34E: hue angle of 123.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E34E is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 78 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.11 |
| HSL | 123.77º | 0.74% | 0.58% | - |
| HSV(B) | 123.77º | 0.7% | 0.89% | - |
| XYZ | 31.23 | 56.72 | 16.51 | - |
| YUV | 162.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 78 | 0.70 | 0 | 0.66 | 0.11 | 123.77 | 0.74 | 0.58 |
| Hex | 44 | E3 | 4E | 46 | 0 | 42 | B | 7C | 4A | 3A |
| Octal | 104 | 343 | 116 | 106 | 0 | 102 | 13 | 174 | 112 | 72 |
| Binary | 1000100 | 11100011 | 1001110 | 1000110 | 0 | 1000010 | 1011 | 1111100 | 1001010 | 111010 |
Color Harmonies of #44E34E
Complementary color
Monochromatic Colors of #44E34E
Black with #44E34E
Text Example
Text Example
White with #44E34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E34E; }
p { color: rgb(68,227,78); }
H1.HeaderClassName
{
color: #44E34E;
}
.AnyTagClassName
{
color: #44E34E;
}
</style>
background-color css
<style>
a { background-color: #44E34E; }
a { background-color: rgb(68,227,78); }
div.DivClassName
{
background-color: #44E34E;
}
.BgClassName
{
background-color: #44E34E;
}
</style>
border-color css
<style>
span { border-color: #44E34E; }
span { border-color: rgb(68,227,78); }
td.TdClassName
{
border-color: #44E34E;
}
.TagClassName
{
border-color: #44E34E;
}
</style>