Shades of Lime Green #4AD640
Tints of Lime Green #4AD640
RGB
CMYK
RGB Variations
Color information
#4AD640 (or 0x4AD640) is known color: Lime Green. HEX triplet: 4A, D6 and 40. RGB value is (74,214,64). Sum of RGB (Red+Green+Blue) = 74+214+64=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD640 is #B529BF. Grayscale: #9B9B9B. Windows color (decimal): -11872704 or 4249162. OLE color: 4249162.
HSL color Cylindrical-coordinate representation of color #4AD640: hue angle of 116º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AD640 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 64 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.16 |
| HSL | 116º | 0.65% | 0.55% | - |
| HSV(B) | 116º | 0.7% | 0.84% | - |
| XYZ | 27.8 | 49.92 | 13.02 | - |
| YUV | 155.04 | 76.62 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 64 | 0.65 | 0 | 0.70 | 0.16 | 116 | 0.65 | 0.55 |
| Hex | 4A | D6 | 40 | 41 | 0 | 46 | 10 | 74 | 41 | 37 |
| Octal | 112 | 326 | 100 | 101 | 0 | 106 | 20 | 164 | 101 | 67 |
| Binary | 1001010 | 11010110 | 1000000 | 1000001 | 0 | 1000110 | 10000 | 1110100 | 1000001 | 110111 |
Color Harmonies of #4AD640
Complementary color
Monochromatic Colors of #4AD640
Black with #4AD640
Text Example
Text Example
White with #4AD640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD640; }
p { color: rgb(74,214,64); }
H1.HeaderClassName
{
color: #4AD640;
}
.AnyTagClassName
{
color: #4AD640;
}
</style>
background-color css
<style>
a { background-color: #4AD640; }
a { background-color: rgb(74,214,64); }
div.DivClassName
{
background-color: #4AD640;
}
.BgClassName
{
background-color: #4AD640;
}
</style>
border-color css
<style>
span { border-color: #4AD640; }
span { border-color: rgb(74,214,64); }
td.TdClassName
{
border-color: #4AD640;
}
.TagClassName
{
border-color: #4AD640;
}
</style>