Shades of Lime Green #4AD947
Tints of Lime Green #4AD947
RGB
CMYK
RGB Variations
Color information
#4AD947 (or 0x4AD947) is known color: Lime Green. HEX triplet: 4A, D9 and 47. RGB value is (74,217,71). Sum of RGB (Red+Green+Blue) = 74+217+71=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD947 is #B526B8. Grayscale: #9E9E9E. Windows color (decimal): -11871929 or 4708682. OLE color: 4708682.
HSL color Cylindrical-coordinate representation of color #4AD947: hue angle of 118.77º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AD947 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 71 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.15 |
| HSL | 118.77º | 0.66% | 0.56% | - |
| HSV(B) | 118.77º | 0.67% | 0.85% | - |
| XYZ | 28.77 | 51.54 | 14.39 | - |
| YUV | 157.6 | 79.12 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 71 | 0.66 | 0 | 0.67 | 0.15 | 118.77 | 0.66 | 0.56 |
| Hex | 4A | D9 | 47 | 42 | 0 | 43 | F | 77 | 42 | 38 |
| Octal | 112 | 331 | 107 | 102 | 0 | 103 | 17 | 167 | 102 | 70 |
| Binary | 1001010 | 11011001 | 1000111 | 1000010 | 0 | 1000011 | 1111 | 1110111 | 1000010 | 111000 |
Color Harmonies of #4AD947
Complementary color
Monochromatic Colors of #4AD947
Black with #4AD947
Text Example
Text Example
White with #4AD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD947; }
p { color: rgb(74,217,71); }
H1.HeaderClassName
{
color: #4AD947;
}
.AnyTagClassName
{
color: #4AD947;
}
</style>
background-color css
<style>
a { background-color: #4AD947; }
a { background-color: rgb(74,217,71); }
div.DivClassName
{
background-color: #4AD947;
}
.BgClassName
{
background-color: #4AD947;
}
</style>
border-color css
<style>
span { border-color: #4AD947; }
span { border-color: rgb(74,217,71); }
td.TdClassName
{
border-color: #4AD947;
}
.TagClassName
{
border-color: #4AD947;
}
</style>