Shades of Lime Green #4AC343
Tints of Lime Green #4AC343
RGB
CMYK
RGB Variations
Color information
#4AC343 (or 0x4AC343) is known color: Lime Green. HEX triplet: 4A, C3 and 43. RGB value is (74,195,67). Sum of RGB (Red+Green+Blue) = 74+195+67=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC343 is #B53CBC. Grayscale: #909090. Windows color (decimal): -11877565 or 4440906. OLE color: 4440906.
HSL color Cylindrical-coordinate representation of color #4AC343: hue angle of 116.72º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AC343 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 67 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.24 |
| HSL | 116.72º | 0.52% | 0.51% | - |
| HSV(B) | 116.72º | 0.66% | 0.76% | - |
| XYZ | 23.35 | 40.89 | 11.97 | - |
| YUV | 144.23 | 84.41 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 67 | 0.62 | 0 | 0.66 | 0.24 | 116.72 | 0.52 | 0.51 |
| Hex | 4A | C3 | 43 | 3E | 0 | 42 | 18 | 75 | 34 | 33 |
| Octal | 112 | 303 | 103 | 76 | 0 | 102 | 30 | 165 | 64 | 63 |
| Binary | 1001010 | 11000011 | 1000011 | 111110 | 0 | 1000010 | 11000 | 1110101 | 110100 | 110011 |
Color Harmonies of #4AC343
Complementary color
Monochromatic Colors of #4AC343
Black with #4AC343
Text Example
Text Example
White with #4AC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC343; }
p { color: rgb(74,195,67); }
H1.HeaderClassName
{
color: #4AC343;
}
.AnyTagClassName
{
color: #4AC343;
}
</style>
background-color css
<style>
a { background-color: #4AC343; }
a { background-color: rgb(74,195,67); }
div.DivClassName
{
background-color: #4AC343;
}
.BgClassName
{
background-color: #4AC343;
}
</style>
border-color css
<style>
span { border-color: #4AC343; }
span { border-color: rgb(74,195,67); }
td.TdClassName
{
border-color: #4AC343;
}
.TagClassName
{
border-color: #4AC343;
}
</style>