Shades of Lime Green #4AC94A
Tints of Lime Green #4AC94A
RGB
CMYK
RGB Variations
Color information
#4AC94A (or 0x4AC94A) is known color: Lime Green. HEX triplet: 4A, C9 and 4A. RGB value is (74,201,74). Sum of RGB (Red+Green+Blue) = 74+201+74=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC94A is #B536B5. Grayscale: #949494. Windows color (decimal): -11876022 or 4901194. OLE color: 4901194.
HSL color Cylindrical-coordinate representation of color #4AC94A: hue angle of 120º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC94A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 74 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.21 |
| HSL | 120º | 0.54% | 0.54% | - |
| HSV(B) | 120º | 0.63% | 0.79% | - |
| XYZ | 24.95 | 43.72 | 13.6 | - |
| YUV | 148.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 74 | 0.63 | 0 | 0.63 | 0.21 | 120 | 0.54 | 0.54 |
| Hex | 4A | C9 | 4A | 3F | 0 | 3F | 15 | 78 | 36 | 36 |
| Octal | 112 | 311 | 112 | 77 | 0 | 77 | 25 | 170 | 66 | 66 |
| Binary | 1001010 | 11001001 | 1001010 | 111111 | 0 | 111111 | 10101 | 1111000 | 110110 | 110110 |
Color Harmonies of #4AC94A
Complementary color
Monochromatic Colors of #4AC94A
Black with #4AC94A
Text Example
Text Example
White with #4AC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC94A; }
p { color: rgb(74,201,74); }
H1.HeaderClassName
{
color: #4AC94A;
}
.AnyTagClassName
{
color: #4AC94A;
}
</style>
background-color css
<style>
a { background-color: #4AC94A; }
a { background-color: rgb(74,201,74); }
div.DivClassName
{
background-color: #4AC94A;
}
.BgClassName
{
background-color: #4AC94A;
}
</style>
border-color css
<style>
span { border-color: #4AC94A; }
span { border-color: rgb(74,201,74); }
td.TdClassName
{
border-color: #4AC94A;
}
.TagClassName
{
border-color: #4AC94A;
}
</style>