Shades of Lime Green #4AC741
Tints of Lime Green #4AC741
RGB
CMYK
RGB Variations
Color information
#4AC741 (or 0x4AC741) is known color: Lime Green. HEX triplet: 4A, C7 and 41. RGB value is (74,199,65). Sum of RGB (Red+Green+Blue) = 74+199+65=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 199 (78.12% from 255 or 58.88% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC741 is #B538BE. Grayscale: #929292. Windows color (decimal): -11876543 or 4310858. OLE color: 4310858.
HSL color Cylindrical-coordinate representation of color #4AC741: hue angle of 115.97º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC741 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 65 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.22 |
| HSL | 115.97º | 0.54% | 0.52% | - |
| HSV(B) | 115.97º | 0.67% | 0.78% | - |
| XYZ | 24.2 | 42.68 | 11.96 | - |
| YUV | 146.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 65 | 0.63 | 0 | 0.67 | 0.22 | 115.97 | 0.54 | 0.52 |
| Hex | 4A | C7 | 41 | 3F | 0 | 43 | 16 | 74 | 36 | 34 |
| Octal | 112 | 307 | 101 | 77 | 0 | 103 | 26 | 164 | 66 | 64 |
| Binary | 1001010 | 11000111 | 1000001 | 111111 | 0 | 1000011 | 10110 | 1110100 | 110110 | 110100 |
Color Harmonies of #4AC741
Complementary color
Monochromatic Colors of #4AC741
Black with #4AC741
Text Example
Text Example
White with #4AC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC741; }
p { color: rgb(74,199,65); }
H1.HeaderClassName
{
color: #4AC741;
}
.AnyTagClassName
{
color: #4AC741;
}
</style>
background-color css
<style>
a { background-color: #4AC741; }
a { background-color: rgb(74,199,65); }
div.DivClassName
{
background-color: #4AC741;
}
.BgClassName
{
background-color: #4AC741;
}
</style>
border-color css
<style>
span { border-color: #4AC741; }
span { border-color: rgb(74,199,65); }
td.TdClassName
{
border-color: #4AC741;
}
.TagClassName
{
border-color: #4AC741;
}
</style>