Shades of Lime Green #4AD247
Tints of Lime Green #4AD247
RGB
CMYK
RGB Variations
Color information
#4AD247 (or 0x4AD247) is known color: Lime Green. HEX triplet: 4A, D2 and 47. RGB value is (74,210,71). Sum of RGB (Red+Green+Blue) = 74+210+71=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD247 is #B52DB8. Grayscale: #999999. Windows color (decimal): -11873721 or 4706890. OLE color: 4706890.
HSL color Cylindrical-coordinate representation of color #4AD247: hue angle of 118.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD247 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 71 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.18 |
| HSL | 118.71º | 0.61% | 0.55% | - |
| HSV(B) | 118.71º | 0.66% | 0.82% | - |
| XYZ | 27.01 | 48 | 13.8 | - |
| YUV | 153.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 71 | 0.65 | 0 | 0.66 | 0.18 | 118.71 | 0.61 | 0.55 |
| Hex | 4A | D2 | 47 | 41 | 0 | 42 | 12 | 77 | 3D | 37 |
| Octal | 112 | 322 | 107 | 101 | 0 | 102 | 22 | 167 | 75 | 67 |
| Binary | 1001010 | 11010010 | 1000111 | 1000001 | 0 | 1000010 | 10010 | 1110111 | 111101 | 110111 |
Color Harmonies of #4AD247
Complementary color
Monochromatic Colors of #4AD247
Black with #4AD247
Text Example
Text Example
White with #4AD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD247; }
p { color: rgb(74,210,71); }
H1.HeaderClassName
{
color: #4AD247;
}
.AnyTagClassName
{
color: #4AD247;
}
</style>
background-color css
<style>
a { background-color: #4AD247; }
a { background-color: rgb(74,210,71); }
div.DivClassName
{
background-color: #4AD247;
}
.BgClassName
{
background-color: #4AD247;
}
</style>
border-color css
<style>
span { border-color: #4AD247; }
span { border-color: rgb(74,210,71); }
td.TdClassName
{
border-color: #4AD247;
}
.TagClassName
{
border-color: #4AD247;
}
</style>