Shades of Lime Green #4AC54A
Tints of Lime Green #4AC54A
RGB
CMYK
RGB Variations
Color information
#4AC54A (or 0x4AC54A) is known color: Lime Green. HEX triplet: 4A, C5 and 4A. RGB value is (74,197,74). Sum of RGB (Red+Green+Blue) = 74+197+74=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC54A is #B53AB5. Grayscale: #929292. Windows color (decimal): -11877046 or 4900170. OLE color: 4900170.
HSL color Cylindrical-coordinate representation of color #4AC54A: hue angle of 120º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC54A is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 74 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.23 |
| HSL | 120º | 0.51% | 0.53% | - |
| HSV(B) | 120º | 0.62% | 0.77% | - |
| XYZ | 24.03 | 41.88 | 13.3 | - |
| YUV | 146.2 | 87.25 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 74 | 0.62 | 0 | 0.62 | 0.23 | 120 | 0.51 | 0.53 |
| Hex | 4A | C5 | 4A | 3E | 0 | 3E | 17 | 78 | 33 | 35 |
| Octal | 112 | 305 | 112 | 76 | 0 | 76 | 27 | 170 | 63 | 65 |
| Binary | 1001010 | 11000101 | 1001010 | 111110 | 0 | 111110 | 10111 | 1111000 | 110011 | 110101 |
Color Harmonies of #4AC54A
Complementary color
Monochromatic Colors of #4AC54A
Black with #4AC54A
Text Example
Text Example
White with #4AC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC54A; }
p { color: rgb(74,197,74); }
H1.HeaderClassName
{
color: #4AC54A;
}
.AnyTagClassName
{
color: #4AC54A;
}
</style>
background-color css
<style>
a { background-color: #4AC54A; }
a { background-color: rgb(74,197,74); }
div.DivClassName
{
background-color: #4AC54A;
}
.BgClassName
{
background-color: #4AC54A;
}
</style>
border-color css
<style>
span { border-color: #4AC54A; }
span { border-color: rgb(74,197,74); }
td.TdClassName
{
border-color: #4AC54A;
}
.TagClassName
{
border-color: #4AC54A;
}
</style>