Shades of Lime Green #4AD14E
Tints of Lime Green #4AD14E
RGB
CMYK
RGB Variations
Color information
#4AD14E (or 0x4AD14E) is known color: Lime Green. HEX triplet: 4A, D1 and 4E. RGB value is (74,209,78). Sum of RGB (Red+Green+Blue) = 74+209+78=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD14E is #B52EB1. Grayscale: #9A9A9A. Windows color (decimal): -11873970 or 5165386. OLE color: 5165386.
HSL color Cylindrical-coordinate representation of color #4AD14E: hue angle of 121.78º 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 #4AD14E is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 78 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.18 |
| HSL | 121.78º | 0.59% | 0.55% | - |
| HSV(B) | 121.78º | 0.65% | 0.82% | - |
| XYZ | 27 | 47.61 | 14.97 | - |
| YUV | 153.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 78 | 0.65 | 0 | 0.63 | 0.18 | 121.78 | 0.59 | 0.55 |
| Hex | 4A | D1 | 4E | 41 | 0 | 3F | 12 | 7A | 3B | 37 |
| Octal | 112 | 321 | 116 | 101 | 0 | 77 | 22 | 172 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1001110 | 1000001 | 0 | 111111 | 10010 | 1111010 | 111011 | 110111 |
Color Harmonies of #4AD14E
Complementary color
Monochromatic Colors of #4AD14E
Black with #4AD14E
Text Example
Text Example
White with #4AD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD14E; }
p { color: rgb(74,209,78); }
H1.HeaderClassName
{
color: #4AD14E;
}
.AnyTagClassName
{
color: #4AD14E;
}
</style>
background-color css
<style>
a { background-color: #4AD14E; }
a { background-color: rgb(74,209,78); }
div.DivClassName
{
background-color: #4AD14E;
}
.BgClassName
{
background-color: #4AD14E;
}
</style>
border-color css
<style>
span { border-color: #4AD14E; }
span { border-color: rgb(74,209,78); }
td.TdClassName
{
border-color: #4AD14E;
}
.TagClassName
{
border-color: #4AD14E;
}
</style>