Shades of Lime Green #4AD447
Tints of Lime Green #4AD447
RGB
CMYK
RGB Variations
Color information
#4AD447 (or 0x4AD447) is known color: Lime Green. HEX triplet: 4A, D4 and 47. RGB value is (74,212,71). Sum of RGB (Red+Green+Blue) = 74+212+71=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD447 is #B52BB8. Grayscale: #9B9B9B. Windows color (decimal): -11873209 or 4707402. OLE color: 4707402.
HSL color Cylindrical-coordinate representation of color #4AD447: hue angle of 118.72º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AD447 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 212 | 71 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.17 |
| HSL | 118.72º | 0.62% | 0.55% | - |
| HSV(B) | 118.72º | 0.67% | 0.83% | - |
| XYZ | 27.5 | 49 | 13.97 | - |
| YUV | 154.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 212 | 71 | 0.65 | 0 | 0.67 | 0.17 | 118.72 | 0.62 | 0.55 |
| Hex | 4A | D4 | 47 | 41 | 0 | 43 | 11 | 77 | 3E | 37 |
| Octal | 112 | 324 | 107 | 101 | 0 | 103 | 21 | 167 | 76 | 67 |
| Binary | 1001010 | 11010100 | 1000111 | 1000001 | 0 | 1000011 | 10001 | 1110111 | 111110 | 110111 |
Color Harmonies of #4AD447
Complementary color
Monochromatic Colors of #4AD447
Black with #4AD447
Text Example
Text Example
White with #4AD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD447; }
p { color: rgb(74,212,71); }
H1.HeaderClassName
{
color: #4AD447;
}
.AnyTagClassName
{
color: #4AD447;
}
</style>
background-color css
<style>
a { background-color: #4AD447; }
a { background-color: rgb(74,212,71); }
div.DivClassName
{
background-color: #4AD447;
}
.BgClassName
{
background-color: #4AD447;
}
</style>
border-color css
<style>
span { border-color: #4AD447; }
span { border-color: rgb(74,212,71); }
td.TdClassName
{
border-color: #4AD447;
}
.TagClassName
{
border-color: #4AD447;
}
</style>