Shades of Lime Green #4AC140
Tints of Lime Green #4AC140
RGB
CMYK
RGB Variations
Color information
#4AC140 (or 0x4AC140) is known color: Lime Green. HEX triplet: 4A, C1 and 40. RGB value is (74,193,64). Sum of RGB (Red+Green+Blue) = 74+193+64=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC140 is #B53EBF. Grayscale: #8F8F8F. Windows color (decimal): -11878080 or 4243786. OLE color: 4243786.
HSL color Cylindrical-coordinate representation of color #4AC140: hue angle of 115.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC140 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 64 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.24 |
| HSL | 115.35º | 0.51% | 0.5% | - |
| HSV(B) | 115.35º | 0.67% | 0.76% | - |
| XYZ | 22.82 | 39.97 | 11.36 | - |
| YUV | 142.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 64 | 0.62 | 0 | 0.67 | 0.24 | 115.35 | 0.51 | 0.5 |
| Hex | 4A | C1 | 40 | 3E | 0 | 43 | 18 | 73 | 33 | 32 |
| Octal | 112 | 301 | 100 | 76 | 0 | 103 | 30 | 163 | 63 | 62 |
| Binary | 1001010 | 11000001 | 1000000 | 111110 | 0 | 1000011 | 11000 | 1110011 | 110011 | 110010 |
Color Harmonies of #4AC140
Complementary color
Monochromatic Colors of #4AC140
Black with #4AC140
Text Example
Text Example
White with #4AC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC140; }
p { color: rgb(74,193,64); }
H1.HeaderClassName
{
color: #4AC140;
}
.AnyTagClassName
{
color: #4AC140;
}
</style>
background-color css
<style>
a { background-color: #4AC140; }
a { background-color: rgb(74,193,64); }
div.DivClassName
{
background-color: #4AC140;
}
.BgClassName
{
background-color: #4AC140;
}
</style>
border-color css
<style>
span { border-color: #4AC140; }
span { border-color: rgb(74,193,64); }
td.TdClassName
{
border-color: #4AC140;
}
.TagClassName
{
border-color: #4AC140;
}
</style>