Shades of Lime Green #4AC541
Tints of Lime Green #4AC541
RGB
CMYK
RGB Variations
Color information
#4AC541 (or 0x4AC541) is known color: Lime Green. HEX triplet: 4A, C5 and 41. RGB value is (74,197,65). Sum of RGB (Red+Green+Blue) = 74+197+65=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC541 is #B53ABE. Grayscale: #919191. Windows color (decimal): -11877055 or 4310346. OLE color: 4310346.
HSL color Cylindrical-coordinate representation of color #4AC541: hue angle of 115.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC541 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 65 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.23 |
| HSL | 115.91º | 0.53% | 0.51% | - |
| HSV(B) | 115.91º | 0.67% | 0.77% | - |
| XYZ | 23.74 | 41.77 | 11.81 | - |
| YUV | 145.18 | 82.75 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 65 | 0.62 | 0 | 0.67 | 0.23 | 115.91 | 0.53 | 0.51 |
| Hex | 4A | C5 | 41 | 3E | 0 | 43 | 17 | 74 | 35 | 33 |
| Octal | 112 | 305 | 101 | 76 | 0 | 103 | 27 | 164 | 65 | 63 |
| Binary | 1001010 | 11000101 | 1000001 | 111110 | 0 | 1000011 | 10111 | 1110100 | 110101 | 110011 |
Color Harmonies of #4AC541
Complementary color
Monochromatic Colors of #4AC541
Black with #4AC541
Text Example
Text Example
White with #4AC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC541; }
p { color: rgb(74,197,65); }
H1.HeaderClassName
{
color: #4AC541;
}
.AnyTagClassName
{
color: #4AC541;
}
</style>
background-color css
<style>
a { background-color: #4AC541; }
a { background-color: rgb(74,197,65); }
div.DivClassName
{
background-color: #4AC541;
}
.BgClassName
{
background-color: #4AC541;
}
</style>
border-color css
<style>
span { border-color: #4AC541; }
span { border-color: rgb(74,197,65); }
td.TdClassName
{
border-color: #4AC541;
}
.TagClassName
{
border-color: #4AC541;
}
</style>