Shades of Lime Green #44EC45
Tints of Lime Green #44EC45
RGB
CMYK
RGB Variations
Color information
#44EC45 (or 0x44EC45) is known color: Lime Green. HEX triplet: 44, EC and 45. RGB value is (68,236,69). Sum of RGB (Red+Green+Blue) = 68+236+69=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EC45 is #BB13BA. Grayscale: #A7A7A7. Windows color (decimal): -12260283 or 4582468. OLE color: 4582468.
HSL color Cylindrical-coordinate representation of color #44EC45: hue angle of 120.36º 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 #44EC45 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 69 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.07 |
| HSL | 120.36º | 0.82% | 0.6% | - |
| HSV(B) | 120.36º | 0.71% | 0.93% | - |
| XYZ | 33.45 | 61.65 | 15.77 | - |
| YUV | 166.73 | 72.84 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 69 | 0.71 | 0 | 0.71 | 0.07 | 120.36 | 0.82 | 0.6 |
| Hex | 44 | EC | 45 | 47 | 0 | 47 | 7 | 78 | 52 | 3C |
| Octal | 104 | 354 | 105 | 107 | 0 | 107 | 7 | 170 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1000101 | 1000111 | 0 | 1000111 | 111 | 1111000 | 1010010 | 111100 |
Color Harmonies of #44EC45
Complementary color
Monochromatic Colors of #44EC45
Black with #44EC45
Text Example
Text Example
White with #44EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC45; }
p { color: rgb(68,236,69); }
H1.HeaderClassName
{
color: #44EC45;
}
.AnyTagClassName
{
color: #44EC45;
}
</style>
background-color css
<style>
a { background-color: #44EC45; }
a { background-color: rgb(68,236,69); }
div.DivClassName
{
background-color: #44EC45;
}
.BgClassName
{
background-color: #44EC45;
}
</style>
border-color css
<style>
span { border-color: #44EC45; }
span { border-color: rgb(68,236,69); }
td.TdClassName
{
border-color: #44EC45;
}
.TagClassName
{
border-color: #44EC45;
}
</style>