Shades of Lime Green #4AC243
Tints of Lime Green #4AC243
RGB
CMYK
RGB Variations
Color information
#4AC243 (or 0x4AC243) is known color: Lime Green. HEX triplet: 4A, C2 and 43. RGB value is (74,194,67). Sum of RGB (Red+Green+Blue) = 74+194+67=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC243 is #B53DBC. Grayscale: #909090. Windows color (decimal): -11877821 or 4440650. OLE color: 4440650.
HSL color Cylindrical-coordinate representation of color #4AC243: hue angle of 116.69º degrees, saturation: 0.51, 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 #4AC243 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 67 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.24 |
| HSL | 116.69º | 0.51% | 0.51% | - |
| HSV(B) | 116.69º | 0.65% | 0.76% | - |
| XYZ | 23.13 | 40.44 | 11.9 | - |
| YUV | 143.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 67 | 0.62 | 0 | 0.65 | 0.24 | 116.69 | 0.51 | 0.51 |
| Hex | 4A | C2 | 43 | 3E | 0 | 41 | 18 | 75 | 33 | 33 |
| Octal | 112 | 302 | 103 | 76 | 0 | 101 | 30 | 165 | 63 | 63 |
| Binary | 1001010 | 11000010 | 1000011 | 111110 | 0 | 1000001 | 11000 | 1110101 | 110011 | 110011 |
Color Harmonies of #4AC243
Complementary color
Monochromatic Colors of #4AC243
Black with #4AC243
Text Example
Text Example
White with #4AC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC243; }
p { color: rgb(74,194,67); }
H1.HeaderClassName
{
color: #4AC243;
}
.AnyTagClassName
{
color: #4AC243;
}
</style>
background-color css
<style>
a { background-color: #4AC243; }
a { background-color: rgb(74,194,67); }
div.DivClassName
{
background-color: #4AC243;
}
.BgClassName
{
background-color: #4AC243;
}
</style>
border-color css
<style>
span { border-color: #4AC243; }
span { border-color: rgb(74,194,67); }
td.TdClassName
{
border-color: #4AC243;
}
.TagClassName
{
border-color: #4AC243;
}
</style>