Shades of Lime Green #4AC744
Tints of Lime Green #4AC744
RGB
CMYK
RGB Variations
Color information
#4AC744 (or 0x4AC744) is known color: Lime Green. HEX triplet: 4A, C7 and 44. RGB value is (74,199,68). Sum of RGB (Red+Green+Blue) = 74+199+68=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC744 is #B538BB. Grayscale: #939393. Windows color (decimal): -11876540 or 4507466. OLE color: 4507466.
HSL color Cylindrical-coordinate representation of color #4AC744: hue angle of 117.25º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AC744 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 199 | 68 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.22 |
| HSL | 117.25º | 0.54% | 0.52% | - |
| HSV(B) | 117.25º | 0.66% | 0.78% | - |
| XYZ | 24.29 | 42.72 | 12.43 | - |
| YUV | 146.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 199 | 68 | 0.63 | 0 | 0.66 | 0.22 | 117.25 | 0.54 | 0.52 |
| Hex | 4A | C7 | 44 | 3F | 0 | 42 | 16 | 75 | 36 | 34 |
| Octal | 112 | 307 | 104 | 77 | 0 | 102 | 26 | 165 | 66 | 64 |
| Binary | 1001010 | 11000111 | 1000100 | 111111 | 0 | 1000010 | 10110 | 1110101 | 110110 | 110100 |
Color Harmonies of #4AC744
Complementary color
Monochromatic Colors of #4AC744
Black with #4AC744
Text Example
Text Example
White with #4AC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC744; }
p { color: rgb(74,199,68); }
H1.HeaderClassName
{
color: #4AC744;
}
.AnyTagClassName
{
color: #4AC744;
}
</style>
background-color css
<style>
a { background-color: #4AC744; }
a { background-color: rgb(74,199,68); }
div.DivClassName
{
background-color: #4AC744;
}
.BgClassName
{
background-color: #4AC744;
}
</style>
border-color css
<style>
span { border-color: #4AC744; }
span { border-color: rgb(74,199,68); }
td.TdClassName
{
border-color: #4AC744;
}
.TagClassName
{
border-color: #4AC744;
}
</style>