Shades of Lime Green #44EC4A
Tints of Lime Green #44EC4A
RGB
CMYK
RGB Variations
Color information
#44EC4A (or 0x44EC4A) is known color: Lime Green. HEX triplet: 44, EC and 4A. RGB value is (68,236,74). Sum of RGB (Red+Green+Blue) = 68+236+74=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #44EC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EC4A is #BB13B5. Grayscale: #A7A7A7. Windows color (decimal): -12260278 or 4910148. OLE color: 4910148.
HSL color Cylindrical-coordinate representation of color #44EC4A: hue angle of 122.14º 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 #44EC4A is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 74 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.07 |
| HSL | 122.14º | 0.82% | 0.6% | - |
| HSV(B) | 122.14º | 0.71% | 0.93% | - |
| XYZ | 33.62 | 61.71 | 16.62 | - |
| YUV | 167.3 | 75.34 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 74 | 0.71 | 0 | 0.69 | 0.07 | 122.14 | 0.82 | 0.6 |
| Hex | 44 | EC | 4A | 47 | 0 | 45 | 7 | 7A | 52 | 3C |
| Octal | 104 | 354 | 112 | 107 | 0 | 105 | 7 | 172 | 122 | 74 |
| Binary | 1000100 | 11101100 | 1001010 | 1000111 | 0 | 1000101 | 111 | 1111010 | 1010010 | 111100 |
Color Harmonies of #44EC4A
Complementary color
Monochromatic Colors of #44EC4A
Black with #44EC4A
Text Example
Text Example
White with #44EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EC4A; }
p { color: rgb(68,236,74); }
H1.HeaderClassName
{
color: #44EC4A;
}
.AnyTagClassName
{
color: #44EC4A;
}
</style>
background-color css
<style>
a { background-color: #44EC4A; }
a { background-color: rgb(68,236,74); }
div.DivClassName
{
background-color: #44EC4A;
}
.BgClassName
{
background-color: #44EC4A;
}
</style>
border-color css
<style>
span { border-color: #44EC4A; }
span { border-color: rgb(68,236,74); }
td.TdClassName
{
border-color: #44EC4A;
}
.TagClassName
{
border-color: #44EC4A;
}
</style>