Shades of Lime Green #4AD14D
Tints of Lime Green #4AD14D
RGB
CMYK
RGB Variations
Color information
#4AD14D (or 0x4AD14D) is known color: Lime Green. HEX triplet: 4A, D1 and 4D. RGB value is (74,209,77). Sum of RGB (Red+Green+Blue) = 74+209+77=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD14D is #B52EB2. Grayscale: #999999. Windows color (decimal): -11873971 or 5099850. OLE color: 5099850.
HSL color Cylindrical-coordinate representation of color #4AD14D: hue angle of 121.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD14D is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 77 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.18 |
| HSL | 121.33º | 0.59% | 0.55% | - |
| HSV(B) | 121.33º | 0.65% | 0.82% | - |
| XYZ | 26.96 | 47.59 | 14.79 | - |
| YUV | 153.59 | 84.77 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 77 | 0.65 | 0 | 0.63 | 0.18 | 121.33 | 0.59 | 0.55 |
| Hex | 4A | D1 | 4D | 41 | 0 | 3F | 12 | 79 | 3B | 37 |
| Octal | 112 | 321 | 115 | 101 | 0 | 77 | 22 | 171 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1001101 | 1000001 | 0 | 111111 | 10010 | 1111001 | 111011 | 110111 |
Color Harmonies of #4AD14D
Complementary color
Monochromatic Colors of #4AD14D
Black with #4AD14D
Text Example
Text Example
White with #4AD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD14D; }
p { color: rgb(74,209,77); }
H1.HeaderClassName
{
color: #4AD14D;
}
.AnyTagClassName
{
color: #4AD14D;
}
</style>
background-color css
<style>
a { background-color: #4AD14D; }
a { background-color: rgb(74,209,77); }
div.DivClassName
{
background-color: #4AD14D;
}
.BgClassName
{
background-color: #4AD14D;
}
</style>
border-color css
<style>
span { border-color: #4AD14D; }
span { border-color: rgb(74,209,77); }
td.TdClassName
{
border-color: #4AD14D;
}
.TagClassName
{
border-color: #4AD14D;
}
</style>