Shades of Lime Green #4ACD47
Tints of Lime Green #4ACD47
RGB
CMYK
RGB Variations
Color information
#4ACD47 (or 0x4ACD47) is known color: Lime Green. HEX triplet: 4A, CD and 47. RGB value is (74,205,71). Sum of RGB (Red+Green+Blue) = 74+205+71=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD47 is #B532B8. Grayscale: #969696. Windows color (decimal): -11875001 or 4705610. OLE color: 4705610.
HSL color Cylindrical-coordinate representation of color #4ACD47: hue angle of 118.66º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ACD47 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 71 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.20 |
| HSL | 118.66º | 0.57% | 0.54% | - |
| HSV(B) | 118.66º | 0.65% | 0.8% | - |
| XYZ | 25.79 | 45.57 | 13.4 | - |
| YUV | 150.56 | 83.1 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 71 | 0.64 | 0 | 0.65 | 0.20 | 118.66 | 0.57 | 0.54 |
| Hex | 4A | CD | 47 | 40 | 0 | 41 | 14 | 77 | 39 | 36 |
| Octal | 112 | 315 | 107 | 100 | 0 | 101 | 24 | 167 | 71 | 66 |
| Binary | 1001010 | 11001101 | 1000111 | 1000000 | 0 | 1000001 | 10100 | 1110111 | 111001 | 110110 |
Color Harmonies of #4ACD47
Complementary color
Monochromatic Colors of #4ACD47
Black with #4ACD47
Text Example
Text Example
White with #4ACD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD47; }
p { color: rgb(74,205,71); }
H1.HeaderClassName
{
color: #4ACD47;
}
.AnyTagClassName
{
color: #4ACD47;
}
</style>
background-color css
<style>
a { background-color: #4ACD47; }
a { background-color: rgb(74,205,71); }
div.DivClassName
{
background-color: #4ACD47;
}
.BgClassName
{
background-color: #4ACD47;
}
</style>
border-color css
<style>
span { border-color: #4ACD47; }
span { border-color: rgb(74,205,71); }
td.TdClassName
{
border-color: #4ACD47;
}
.TagClassName
{
border-color: #4ACD47;
}
</style>