Shades of Lime Green #4AD347
Tints of Lime Green #4AD347
RGB
CMYK
RGB Variations
Color information
#4AD347 (or 0x4AD347) is known color: Lime Green. HEX triplet: 4A, D3 and 47. RGB value is (74,211,71). Sum of RGB (Red+Green+Blue) = 74+211+71=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD347 is #B52CB8. Grayscale: #9A9A9A. Windows color (decimal): -11873465 or 4707146. OLE color: 4707146.
HSL color Cylindrical-coordinate representation of color #4AD347: hue angle of 118.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD347 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 71 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.17 |
| HSL | 118.71º | 0.61% | 0.55% | - |
| HSV(B) | 118.71º | 0.66% | 0.83% | - |
| XYZ | 27.26 | 48.5 | 13.89 | - |
| YUV | 154.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 71 | 0.65 | 0 | 0.66 | 0.17 | 118.71 | 0.61 | 0.55 |
| Hex | 4A | D3 | 47 | 41 | 0 | 42 | 11 | 77 | 3D | 37 |
| Octal | 112 | 323 | 107 | 101 | 0 | 102 | 21 | 167 | 75 | 67 |
| Binary | 1001010 | 11010011 | 1000111 | 1000001 | 0 | 1000010 | 10001 | 1110111 | 111101 | 110111 |
Color Harmonies of #4AD347
Complementary color
Monochromatic Colors of #4AD347
Black with #4AD347
Text Example
Text Example
White with #4AD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD347; }
p { color: rgb(74,211,71); }
H1.HeaderClassName
{
color: #4AD347;
}
.AnyTagClassName
{
color: #4AD347;
}
</style>
background-color css
<style>
a { background-color: #4AD347; }
a { background-color: rgb(74,211,71); }
div.DivClassName
{
background-color: #4AD347;
}
.BgClassName
{
background-color: #4AD347;
}
</style>
border-color css
<style>
span { border-color: #4AD347; }
span { border-color: rgb(74,211,71); }
td.TdClassName
{
border-color: #4AD347;
}
.TagClassName
{
border-color: #4AD347;
}
</style>