Shades of Lime Green #4AE053
Tints of Lime Green #4AE053
RGB
CMYK
RGB Variations
Color information
#4AE053 (or 0x4AE053) is known color: Lime Green. HEX triplet: 4A, E0 and 53. RGB value is (74,224,83). Sum of RGB (Red+Green+Blue) = 74+224+83=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE053 is #B51FAC. Grayscale: #A3A3A3. Windows color (decimal): -11870125 or 5496906. OLE color: 5496906.
HSL color Cylindrical-coordinate representation of color #4AE053: hue angle of 123.6º 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 #4AE053 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 83 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.12 |
| HSL | 123.6º | 0.71% | 0.58% | - |
| HSV(B) | 123.6º | 0.67% | 0.88% | - |
| XYZ | 31.04 | 55.39 | 17.24 | - |
| YUV | 163.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 83 | 0.67 | 0 | 0.63 | 0.12 | 123.6 | 0.71 | 0.58 |
| Hex | 4A | E0 | 53 | 43 | 0 | 3F | C | 7C | 47 | 3A |
| Octal | 112 | 340 | 123 | 103 | 0 | 77 | 14 | 174 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1010011 | 1000011 | 0 | 111111 | 1100 | 1111100 | 1000111 | 111010 |
Color Harmonies of #4AE053
Complementary color
Monochromatic Colors of #4AE053
Black with #4AE053
Text Example
Text Example
White with #4AE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE053; }
p { color: rgb(74,224,83); }
H1.HeaderClassName
{
color: #4AE053;
}
.AnyTagClassName
{
color: #4AE053;
}
</style>
background-color css
<style>
a { background-color: #4AE053; }
a { background-color: rgb(74,224,83); }
div.DivClassName
{
background-color: #4AE053;
}
.BgClassName
{
background-color: #4AE053;
}
</style>
border-color css
<style>
span { border-color: #4AE053; }
span { border-color: rgb(74,224,83); }
td.TdClassName
{
border-color: #4AE053;
}
.TagClassName
{
border-color: #4AE053;
}
</style>