Shades of Lime Green #4AC443
Tints of Lime Green #4AC443
RGB
CMYK
RGB Variations
Color information
#4AC443 (or 0x4AC443) is known color: Lime Green. HEX triplet: 4A, C4 and 43. RGB value is (74,196,67). Sum of RGB (Red+Green+Blue) = 74+196+67=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC443 is #B53BBC. Grayscale: #919191. Windows color (decimal): -11877309 or 4441162. OLE color: 4441162.
HSL color Cylindrical-coordinate representation of color #4AC443: hue angle of 116.74º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AC443 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 67 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.23 |
| HSL | 116.74º | 0.52% | 0.52% | - |
| HSV(B) | 116.74º | 0.66% | 0.77% | - |
| XYZ | 23.58 | 41.34 | 12.05 | - |
| YUV | 144.82 | 84.08 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 67 | 0.62 | 0 | 0.66 | 0.23 | 116.74 | 0.52 | 0.52 |
| Hex | 4A | C4 | 43 | 3E | 0 | 42 | 17 | 75 | 34 | 34 |
| Octal | 112 | 304 | 103 | 76 | 0 | 102 | 27 | 165 | 64 | 64 |
| Binary | 1001010 | 11000100 | 1000011 | 111110 | 0 | 1000010 | 10111 | 1110101 | 110100 | 110100 |
Color Harmonies of #4AC443
Complementary color
Monochromatic Colors of #4AC443
Black with #4AC443
Text Example
Text Example
White with #4AC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC443; }
p { color: rgb(74,196,67); }
H1.HeaderClassName
{
color: #4AC443;
}
.AnyTagClassName
{
color: #4AC443;
}
</style>
background-color css
<style>
a { background-color: #4AC443; }
a { background-color: rgb(74,196,67); }
div.DivClassName
{
background-color: #4AC443;
}
.BgClassName
{
background-color: #4AC443;
}
</style>
border-color css
<style>
span { border-color: #4AC443; }
span { border-color: rgb(74,196,67); }
td.TdClassName
{
border-color: #4AC443;
}
.TagClassName
{
border-color: #4AC443;
}
</style>