Shades of Lime Green #44EC4C
Tints of Lime Green #44EC4C
RGB
CMYK
RGB Variations
Color information
#44EC4C (or 0x44EC4C) is known color: Lime Green. HEX triplet: 44, EC and 4C. RGB value is (68,236,76). Sum of RGB (Red+Green+Blue) = 68+236+76=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 236 (92.58% from 255 or 62.11% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EC4C is #BB13B3. Grayscale: #A8A8A8. Windows color (decimal): -12260276 or 5041220. OLE color: 5041220.
HSL color Cylindrical-coordinate representation of color #44EC4C: hue angle of 122.86º 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 #44EC4C is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 76 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.07 |
| HSL | 122.86º | 0.82% | 0.6% | - |
| HSV(B) | 122.86º | 0.71% | 0.93% | - |
| XYZ | 33.68 | 61.74 | 16.98 | - |
| YUV | 167.53 | 76.34 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 76 | 0.71 | 0 | 0.68 | 0.07 | 122.86 | 0.82 | 0.6 |
| Hex | 44 | EC | 4C | 47 | 0 | 44 | 7 | 7B | 52 | 3C |
| Octal | 104 | 354 | 114 | 107 | 0 | 104 | 7 | 173 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1001100 | 1000111 | 0 | 1000100 | 111 | 1111011 | 1010010 | 111100 |
Color Harmonies of #44EC4C
Complementary color
Monochromatic Colors of #44EC4C
Black with #44EC4C
Text Example
Text Example
White with #44EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC4C; }
p { color: rgb(68,236,76); }
H1.HeaderClassName
{
color: #44EC4C;
}
.AnyTagClassName
{
color: #44EC4C;
}
</style>
background-color css
<style>
a { background-color: #44EC4C; }
a { background-color: rgb(68,236,76); }
div.DivClassName
{
background-color: #44EC4C;
}
.BgClassName
{
background-color: #44EC4C;
}
</style>
border-color css
<style>
span { border-color: #44EC4C; }
span { border-color: rgb(68,236,76); }
td.TdClassName
{
border-color: #44EC4C;
}
.TagClassName
{
border-color: #44EC4C;
}
</style>