Shades of Lime Green #4AC144
Tints of Lime Green #4AC144
RGB
CMYK
RGB Variations
Color information
#4AC144 (or 0x4AC144) is known color: Lime Green. HEX triplet: 4A, C1 and 44. RGB value is (74,193,68). Sum of RGB (Red+Green+Blue) = 74+193+68=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC144 is #B53EBB. Grayscale: #8F8F8F. Windows color (decimal): -11878076 or 4505930. OLE color: 4505930.
HSL color Cylindrical-coordinate representation of color #4AC144: hue angle of 117.12º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AC144 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 68 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.24 |
| HSL | 117.12º | 0.5% | 0.51% | - |
| HSV(B) | 117.12º | 0.65% | 0.76% | - |
| XYZ | 22.94 | 40.01 | 11.98 | - |
| YUV | 143.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 68 | 0.62 | 0 | 0.65 | 0.24 | 117.12 | 0.5 | 0.51 |
| Hex | 4A | C1 | 44 | 3E | 0 | 41 | 18 | 75 | 32 | 33 |
| Octal | 112 | 301 | 104 | 76 | 0 | 101 | 30 | 165 | 62 | 63 |
| Binary | 1001010 | 11000001 | 1000100 | 111110 | 0 | 1000001 | 11000 | 1110101 | 110010 | 110011 |
Color Harmonies of #4AC144
Complementary color
Monochromatic Colors of #4AC144
Black with #4AC144
Text Example
Text Example
White with #4AC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC144; }
p { color: rgb(74,193,68); }
H1.HeaderClassName
{
color: #4AC144;
}
.AnyTagClassName
{
color: #4AC144;
}
</style>
background-color css
<style>
a { background-color: #4AC144; }
a { background-color: rgb(74,193,68); }
div.DivClassName
{
background-color: #4AC144;
}
.BgClassName
{
background-color: #4AC144;
}
</style>
border-color css
<style>
span { border-color: #4AC144; }
span { border-color: rgb(74,193,68); }
td.TdClassName
{
border-color: #4AC144;
}
.TagClassName
{
border-color: #4AC144;
}
</style>