Shades of Lime Green #4AE548
Tints of Lime Green #4AE548
RGB
CMYK
RGB Variations
Color information
#4AE548 (or 0x4AE548) is known color: Lime Green. HEX triplet: 4A, E5 and 48. RGB value is (74,229,72). Sum of RGB (Red+Green+Blue) = 74+229+72=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 229 (89.84% from 255 or 61.07% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE548 is #B51AB7. Grayscale: #A5A5A5. Windows color (decimal): -11868856 or 4777290. OLE color: 4777290.
HSL color Cylindrical-coordinate representation of color #4AE548: hue angle of 119.24º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AE548 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 72 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.10 |
| HSL | 119.24º | 0.75% | 0.59% | - |
| HSV(B) | 119.24º | 0.69% | 0.9% | - |
| XYZ | 32.01 | 57.96 | 15.63 | - |
| YUV | 164.76 | 75.65 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 72 | 0.68 | 0 | 0.69 | 0.10 | 119.24 | 0.75 | 0.59 |
| Hex | 4A | E5 | 48 | 44 | 0 | 45 | A | 77 | 4B | 3B |
| Octal | 112 | 345 | 110 | 104 | 0 | 105 | 12 | 167 | 113 | 73 |
| Binary | 1001010 | 11100101 | 1001000 | 1000100 | 0 | 1000101 | 1010 | 1110111 | 1001011 | 111011 |
Color Harmonies of #4AE548
Complementary color
Monochromatic Colors of #4AE548
Black with #4AE548
Text Example
Text Example
White with #4AE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE548; }
p { color: rgb(74,229,72); }
H1.HeaderClassName
{
color: #4AE548;
}
.AnyTagClassName
{
color: #4AE548;
}
</style>
background-color css
<style>
a { background-color: #4AE548; }
a { background-color: rgb(74,229,72); }
div.DivClassName
{
background-color: #4AE548;
}
.BgClassName
{
background-color: #4AE548;
}
</style>
border-color css
<style>
span { border-color: #4AE548; }
span { border-color: rgb(74,229,72); }
td.TdClassName
{
border-color: #4AE548;
}
.TagClassName
{
border-color: #4AE548;
}
</style>