Shades of Lime Green #44EC46
Tints of Lime Green #44EC46
RGB
CMYK
RGB Variations
Color information
#44EC46 (or 0x44EC46) is known color: Lime Green. HEX triplet: 44, EC and 46. RGB value is (68,236,70). Sum of RGB (Red+Green+Blue) = 68+236+70=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EC46 is #BB13B9. Grayscale: #A7A7A7. Windows color (decimal): -12260282 or 4648004. OLE color: 4648004.
HSL color Cylindrical-coordinate representation of color #44EC46: hue angle of 120.71º 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 #44EC46 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 70 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.07 |
| HSL | 120.71º | 0.82% | 0.6% | - |
| HSV(B) | 120.71º | 0.71% | 0.93% | - |
| XYZ | 33.48 | 61.66 | 15.93 | - |
| YUV | 166.84 | 73.34 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 70 | 0.71 | 0 | 0.70 | 0.07 | 120.71 | 0.82 | 0.6 |
| Hex | 44 | EC | 46 | 47 | 0 | 46 | 7 | 79 | 52 | 3C |
| Octal | 104 | 354 | 106 | 107 | 0 | 106 | 7 | 171 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1000110 | 1000111 | 0 | 1000110 | 111 | 1111001 | 1010010 | 111100 |
Color Harmonies of #44EC46
Complementary color
Monochromatic Colors of #44EC46
Black with #44EC46
Text Example
Text Example
White with #44EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC46; }
p { color: rgb(68,236,70); }
H1.HeaderClassName
{
color: #44EC46;
}
.AnyTagClassName
{
color: #44EC46;
}
</style>
background-color css
<style>
a { background-color: #44EC46; }
a { background-color: rgb(68,236,70); }
div.DivClassName
{
background-color: #44EC46;
}
.BgClassName
{
background-color: #44EC46;
}
</style>
border-color css
<style>
span { border-color: #44EC46; }
span { border-color: rgb(68,236,70); }
td.TdClassName
{
border-color: #44EC46;
}
.TagClassName
{
border-color: #44EC46;
}
</style>