Shades of Lime Green #4AC638
Tints of Lime Green #4AC638
RGB
CMYK
RGB Variations
Color information
#4AC638 (or 0x4AC638) is known color: Lime Green. HEX triplet: 4A, C6 and 38. RGB value is (74,198,56). Sum of RGB (Red+Green+Blue) = 74+198+56=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 198 (77.73% from 255 or 60.37% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC638 is #B539C7. Grayscale: #919191. Windows color (decimal): -11876808 or 3720778. OLE color: 3720778.
HSL color Cylindrical-coordinate representation of color #4AC638: hue angle of 112.39º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AC638 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 56 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.22 |
| HSL | 112.39º | 0.56% | 0.5% | - |
| HSV(B) | 112.39º | 0.72% | 0.78% | - |
| XYZ | 23.73 | 42.13 | 10.62 | - |
| YUV | 144.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 56 | 0.63 | 0 | 0.72 | 0.22 | 112.39 | 0.56 | 0.5 |
| Hex | 4A | C6 | 38 | 3F | 0 | 48 | 16 | 70 | 38 | 32 |
| Octal | 112 | 306 | 70 | 77 | 0 | 110 | 26 | 160 | 70 | 62 |
| Binary | 1001010 | 11000110 | 111000 | 111111 | 0 | 1001000 | 10110 | 1110000 | 111000 | 110010 |
Color Harmonies of #4AC638
Complementary color
Monochromatic Colors of #4AC638
Black with #4AC638
Text Example
Text Example
White with #4AC638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC638; }
p { color: rgb(74,198,56); }
H1.HeaderClassName
{
color: #4AC638;
}
.AnyTagClassName
{
color: #4AC638;
}
</style>
background-color css
<style>
a { background-color: #4AC638; }
a { background-color: rgb(74,198,56); }
div.DivClassName
{
background-color: #4AC638;
}
.BgClassName
{
background-color: #4AC638;
}
</style>
border-color css
<style>
span { border-color: #4AC638; }
span { border-color: rgb(74,198,56); }
td.TdClassName
{
border-color: #4AC638;
}
.TagClassName
{
border-color: #4AC638;
}
</style>