Shades of Lime Green #44EC4D
Tints of Lime Green #44EC4D
RGB
CMYK
RGB Variations
Color information
#44EC4D (or 0x44EC4D) is known color: Lime Green. HEX triplet: 44, EC and 4D. RGB value is (68,236,77). Sum of RGB (Red+Green+Blue) = 68+236+77=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44EC4D is #BB13B2. Grayscale: #A8A8A8. Windows color (decimal): -12260275 or 5106756. OLE color: 5106756.
HSL color Cylindrical-coordinate representation of color #44EC4D: hue angle of 123.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EC4D is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 77 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.07 |
| HSL | 123.21º | 0.82% | 0.6% | - |
| HSV(B) | 123.21º | 0.71% | 0.93% | - |
| XYZ | 33.72 | 61.76 | 17.16 | - |
| YUV | 167.64 | 76.84 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 77 | 0.71 | 0 | 0.67 | 0.07 | 123.21 | 0.82 | 0.6 |
| Hex | 44 | EC | 4D | 47 | 0 | 43 | 7 | 7B | 52 | 3C |
| Octal | 104 | 354 | 115 | 107 | 0 | 103 | 7 | 173 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1001101 | 1000111 | 0 | 1000011 | 111 | 1111011 | 1010010 | 111100 |
Color Harmonies of #44EC4D
Complementary color
Monochromatic Colors of #44EC4D
Black with #44EC4D
Text Example
Text Example
White with #44EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC4D; }
p { color: rgb(68,236,77); }
H1.HeaderClassName
{
color: #44EC4D;
}
.AnyTagClassName
{
color: #44EC4D;
}
</style>
background-color css
<style>
a { background-color: #44EC4D; }
a { background-color: rgb(68,236,77); }
div.DivClassName
{
background-color: #44EC4D;
}
.BgClassName
{
background-color: #44EC4D;
}
</style>
border-color css
<style>
span { border-color: #44EC4D; }
span { border-color: rgb(68,236,77); }
td.TdClassName
{
border-color: #44EC4D;
}
.TagClassName
{
border-color: #44EC4D;
}
</style>