Shades of Lime Green #4ACB47
Tints of Lime Green #4ACB47
RGB
CMYK
RGB Variations
Color information
#4ACB47 (or 0x4ACB47) is known color: Lime Green. HEX triplet: 4A, CB and 47. RGB value is (74,203,71). Sum of RGB (Red+Green+Blue) = 74+203+71=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB47 is #B534B8. Grayscale: #959595. Windows color (decimal): -11875513 or 4705098. OLE color: 4705098.
HSL color Cylindrical-coordinate representation of color #4ACB47: hue angle of 118.64º degrees, saturation: 0.56, 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 #4ACB47 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 71 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.20 |
| HSL | 118.64º | 0.56% | 0.54% | - |
| HSV(B) | 118.64º | 0.65% | 0.8% | - |
| XYZ | 25.32 | 44.62 | 13.24 | - |
| YUV | 149.38 | 83.76 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 71 | 0.64 | 0 | 0.65 | 0.20 | 118.64 | 0.56 | 0.54 |
| Hex | 4A | CB | 47 | 40 | 0 | 41 | 14 | 77 | 38 | 36 |
| Octal | 112 | 313 | 107 | 100 | 0 | 101 | 24 | 167 | 70 | 66 |
| Binary | 1001010 | 11001011 | 1000111 | 1000000 | 0 | 1000001 | 10100 | 1110111 | 111000 | 110110 |
Color Harmonies of #4ACB47
Complementary color
Monochromatic Colors of #4ACB47
Black with #4ACB47
Text Example
Text Example
White with #4ACB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB47; }
p { color: rgb(74,203,71); }
H1.HeaderClassName
{
color: #4ACB47;
}
.AnyTagClassName
{
color: #4ACB47;
}
</style>
background-color css
<style>
a { background-color: #4ACB47; }
a { background-color: rgb(74,203,71); }
div.DivClassName
{
background-color: #4ACB47;
}
.BgClassName
{
background-color: #4ACB47;
}
</style>
border-color css
<style>
span { border-color: #4ACB47; }
span { border-color: rgb(74,203,71); }
td.TdClassName
{
border-color: #4ACB47;
}
.TagClassName
{
border-color: #4ACB47;
}
</style>