Shades of Lime Green #4AC044
Tints of Lime Green #4AC044
RGB
CMYK
RGB Variations
Color information
#4AC044 (or 0x4AC044) is known color: Lime Green. HEX triplet: 4A, C0 and 44. RGB value is (74,192,68). Sum of RGB (Red+Green+Blue) = 74+192+68=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC044 is #B53FBB. Grayscale: #8E8E8E. Windows color (decimal): -11878332 or 4505674. OLE color: 4505674.
HSL color Cylindrical-coordinate representation of color #4AC044: hue angle of 117.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AC044 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 68 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.25 |
| HSL | 117.1º | 0.5% | 0.51% | - |
| HSV(B) | 117.1º | 0.65% | 0.75% | - |
| XYZ | 22.72 | 39.57 | 11.91 | - |
| YUV | 142.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 68 | 0.61 | 0 | 0.65 | 0.25 | 117.1 | 0.5 | 0.51 |
| Hex | 4A | C0 | 44 | 3D | 0 | 41 | 19 | 75 | 32 | 33 |
| Octal | 112 | 300 | 104 | 75 | 0 | 101 | 31 | 165 | 62 | 63 |
| Binary | 1001010 | 11000000 | 1000100 | 111101 | 0 | 1000001 | 11001 | 1110101 | 110010 | 110011 |
Color Harmonies of #4AC044
Complementary color
Monochromatic Colors of #4AC044
Black with #4AC044
Text Example
Text Example
White with #4AC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC044; }
p { color: rgb(74,192,68); }
H1.HeaderClassName
{
color: #4AC044;
}
.AnyTagClassName
{
color: #4AC044;
}
</style>
background-color css
<style>
a { background-color: #4AC044; }
a { background-color: rgb(74,192,68); }
div.DivClassName
{
background-color: #4AC044;
}
.BgClassName
{
background-color: #4AC044;
}
</style>
border-color css
<style>
span { border-color: #4AC044; }
span { border-color: rgb(74,192,68); }
td.TdClassName
{
border-color: #4AC044;
}
.TagClassName
{
border-color: #4AC044;
}
</style>