Shades of Lime Green #4AE44D
Tints of Lime Green #4AE44D
RGB
CMYK
RGB Variations
Color information
#4AE44D (or 0x4AE44D) is known color: Lime Green. HEX triplet: 4A, E4 and 4D. RGB value is (74,228,77). Sum of RGB (Red+Green+Blue) = 74+228+77=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE44D is #B51BB2. Grayscale: #A5A5A5. Windows color (decimal): -11869107 or 5104714. OLE color: 5104714.
HSL color Cylindrical-coordinate representation of color #4AE44D: hue angle of 121.17º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE44D is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 228 | 77 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.11 |
| HSL | 121.17º | 0.74% | 0.59% | - |
| HSV(B) | 121.17º | 0.68% | 0.89% | - |
| XYZ | 31.91 | 57.48 | 16.43 | - |
| YUV | 164.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 228 | 77 | 0.68 | 0 | 0.66 | 0.11 | 121.17 | 0.74 | 0.59 |
| Hex | 4A | E4 | 4D | 44 | 0 | 42 | B | 79 | 4A | 3B |
| Octal | 112 | 344 | 115 | 104 | 0 | 102 | 13 | 171 | 112 | 73 |
| Binary | 1001010 | 11100100 | 1001101 | 1000100 | 0 | 1000010 | 1011 | 1111001 | 1001010 | 111011 |
Color Harmonies of #4AE44D
Complementary color
Monochromatic Colors of #4AE44D
Black with #4AE44D
Text Example
Text Example
White with #4AE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE44D; }
p { color: rgb(74,228,77); }
H1.HeaderClassName
{
color: #4AE44D;
}
.AnyTagClassName
{
color: #4AE44D;
}
</style>
background-color css
<style>
a { background-color: #4AE44D; }
a { background-color: rgb(74,228,77); }
div.DivClassName
{
background-color: #4AE44D;
}
.BgClassName
{
background-color: #4AE44D;
}
</style>
border-color css
<style>
span { border-color: #4AE44D; }
span { border-color: rgb(74,228,77); }
td.TdClassName
{
border-color: #4AE44D;
}
.TagClassName
{
border-color: #4AE44D;
}
</style>