Shades of Lime Green #4AE648
Tints of Lime Green #4AE648
RGB
CMYK
RGB Variations
Color information
#4AE648 (or 0x4AE648) is known color: Lime Green. HEX triplet: 4A, E6 and 48. RGB value is (74,230,72). Sum of RGB (Red+Green+Blue) = 74+230+72=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 230 (90.23% from 255 or 61.17% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE648 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE648 is #B519B7. Grayscale: #A5A5A5. Windows color (decimal): -11868600 or 4777546. OLE color: 4777546.
HSL color Cylindrical-coordinate representation of color #4AE648: hue angle of 119.24º degrees, saturation: 0.76, 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 #4AE648 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 72 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.10 |
| HSL | 119.24º | 0.76% | 0.59% | - |
| HSV(B) | 119.24º | 0.69% | 0.9% | - |
| XYZ | 32.29 | 58.52 | 15.72 | - |
| YUV | 165.34 | 75.32 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 72 | 0.68 | 0 | 0.69 | 0.10 | 119.24 | 0.76 | 0.59 |
| Hex | 4A | E6 | 48 | 44 | 0 | 45 | A | 77 | 4C | 3B |
| Octal | 112 | 346 | 110 | 104 | 0 | 105 | 12 | 167 | 114 | 73 |
| Binary | 1001010 | 11100110 | 1001000 | 1000100 | 0 | 1000101 | 1010 | 1110111 | 1001100 | 111011 |
Color Harmonies of #4AE648
Complementary color
Monochromatic Colors of #4AE648
Black with #4AE648
Text Example
Text Example
White with #4AE648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE648; }
p { color: rgb(74,230,72); }
H1.HeaderClassName
{
color: #4AE648;
}
.AnyTagClassName
{
color: #4AE648;
}
</style>
background-color css
<style>
a { background-color: #4AE648; }
a { background-color: rgb(74,230,72); }
div.DivClassName
{
background-color: #4AE648;
}
.BgClassName
{
background-color: #4AE648;
}
</style>
border-color css
<style>
span { border-color: #4AE648; }
span { border-color: rgb(74,230,72); }
td.TdClassName
{
border-color: #4AE648;
}
.TagClassName
{
border-color: #4AE648;
}
</style>