Shades of Lime Green #4AE350
Tints of Lime Green #4AE350
RGB
CMYK
RGB Variations
Color information
#4AE350 (or 0x4AE350) is known color: Lime Green. HEX triplet: 4A, E3 and 50. RGB value is (74,227,80). Sum of RGB (Red+Green+Blue) = 74+227+80=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 227 (89.06% from 255 or 59.58% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE350 is #B51CAF. Grayscale: #A4A4A4. Windows color (decimal): -11869360 or 5301066. OLE color: 5301066.
HSL color Cylindrical-coordinate representation of color #4AE350: hue angle of 122.35º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE350 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 80 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.11 |
| HSL | 122.35º | 0.73% | 0.59% | - |
| HSV(B) | 122.35º | 0.67% | 0.89% | - |
| XYZ | 31.74 | 56.97 | 16.91 | - |
| YUV | 164.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 80 | 0.67 | 0 | 0.65 | 0.11 | 122.35 | 0.73 | 0.59 |
| Hex | 4A | E3 | 50 | 43 | 0 | 41 | B | 7A | 49 | 3B |
| Octal | 112 | 343 | 120 | 103 | 0 | 101 | 13 | 172 | 111 | 73 |
| Binary | 1001010 | 11100011 | 1010000 | 1000011 | 0 | 1000001 | 1011 | 1111010 | 1001001 | 111011 |
Color Harmonies of #4AE350
Complementary color
Monochromatic Colors of #4AE350
Black with #4AE350
Text Example
Text Example
White with #4AE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE350; }
p { color: rgb(74,227,80); }
H1.HeaderClassName
{
color: #4AE350;
}
.AnyTagClassName
{
color: #4AE350;
}
</style>
background-color css
<style>
a { background-color: #4AE350; }
a { background-color: rgb(74,227,80); }
div.DivClassName
{
background-color: #4AE350;
}
.BgClassName
{
background-color: #4AE350;
}
</style>
border-color css
<style>
span { border-color: #4AE350; }
span { border-color: rgb(74,227,80); }
td.TdClassName
{
border-color: #4AE350;
}
.TagClassName
{
border-color: #4AE350;
}
</style>