Shades of Lime Green #4AC042
Tints of Lime Green #4AC042
RGB
CMYK
RGB Variations
Color information
#4AC042 (or 0x4AC042) is known color: Lime Green. HEX triplet: 4A, C0 and 42. RGB value is (74,192,66). Sum of RGB (Red+Green+Blue) = 74+192+66=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC042 is #B53FBD. Grayscale: #8E8E8E. Windows color (decimal): -11878334 or 4374602. OLE color: 4374602.
HSL color Cylindrical-coordinate representation of color #4AC042: hue angle of 116.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AC042 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 66 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.25 |
| HSL | 116.19º | 0.5% | 0.51% | - |
| HSV(B) | 116.19º | 0.66% | 0.75% | - |
| XYZ | 22.66 | 39.55 | 11.59 | - |
| YUV | 142.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 66 | 0.61 | 0 | 0.66 | 0.25 | 116.19 | 0.5 | 0.51 |
| Hex | 4A | C0 | 42 | 3D | 0 | 42 | 19 | 74 | 32 | 33 |
| Octal | 112 | 300 | 102 | 75 | 0 | 102 | 31 | 164 | 62 | 63 |
| Binary | 1001010 | 11000000 | 1000010 | 111101 | 0 | 1000010 | 11001 | 1110100 | 110010 | 110011 |
Color Harmonies of #4AC042
Complementary color
Monochromatic Colors of #4AC042
Black with #4AC042
Text Example
Text Example
White with #4AC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC042; }
p { color: rgb(74,192,66); }
H1.HeaderClassName
{
color: #4AC042;
}
.AnyTagClassName
{
color: #4AC042;
}
</style>
background-color css
<style>
a { background-color: #4AC042; }
a { background-color: rgb(74,192,66); }
div.DivClassName
{
background-color: #4AC042;
}
.BgClassName
{
background-color: #4AC042;
}
</style>
border-color css
<style>
span { border-color: #4AC042; }
span { border-color: rgb(74,192,66); }
td.TdClassName
{
border-color: #4AC042;
}
.TagClassName
{
border-color: #4AC042;
}
</style>