Shades of Lime Green #4AE050
Tints of Lime Green #4AE050
RGB
CMYK
RGB Variations
Color information
#4AE050 (or 0x4AE050) is known color: Lime Green. HEX triplet: 4A, E0 and 50. RGB value is (74,224,80). Sum of RGB (Red+Green+Blue) = 74+224+80=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE050 is #B51FAF. Grayscale: #A3A3A3. Windows color (decimal): -11870128 or 5300298. OLE color: 5300298.
HSL color Cylindrical-coordinate representation of color #4AE050: hue angle of 122.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE050 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 80 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.12 |
| HSL | 122.4º | 0.71% | 0.58% | - |
| HSV(B) | 122.4º | 0.67% | 0.88% | - |
| XYZ | 30.93 | 55.35 | 16.64 | - |
| YUV | 162.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 80 | 0.67 | 0 | 0.64 | 0.12 | 122.4 | 0.71 | 0.58 |
| Hex | 4A | E0 | 50 | 43 | 0 | 40 | C | 7A | 47 | 3A |
| Octal | 112 | 340 | 120 | 103 | 0 | 100 | 14 | 172 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1010000 | 1000011 | 0 | 1000000 | 1100 | 1111010 | 1000111 | 111010 |
Color Harmonies of #4AE050
Complementary color
Monochromatic Colors of #4AE050
Black with #4AE050
Text Example
Text Example
White with #4AE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE050; }
p { color: rgb(74,224,80); }
H1.HeaderClassName
{
color: #4AE050;
}
.AnyTagClassName
{
color: #4AE050;
}
</style>
background-color css
<style>
a { background-color: #4AE050; }
a { background-color: rgb(74,224,80); }
div.DivClassName
{
background-color: #4AE050;
}
.BgClassName
{
background-color: #4AE050;
}
</style>
border-color css
<style>
span { border-color: #4AE050; }
span { border-color: rgb(74,224,80); }
td.TdClassName
{
border-color: #4AE050;
}
.TagClassName
{
border-color: #4AE050;
}
</style>