Shades of Lime Green #4AC445
Tints of Lime Green #4AC445
RGB
CMYK
RGB Variations
Color information
#4AC445 (or 0x4AC445) is known color: Lime Green. HEX triplet: 4A, C4 and 45. RGB value is (74,196,69). Sum of RGB (Red+Green+Blue) = 74+196+69=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC445 is #B53BBA. Grayscale: #919191. Windows color (decimal): -11877307 or 4572234. OLE color: 4572234.
HSL color Cylindrical-coordinate representation of color #4AC445: hue angle of 117.64º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AC445 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 69 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.23 |
| HSL | 117.64º | 0.52% | 0.52% | - |
| HSV(B) | 117.64º | 0.65% | 0.77% | - |
| XYZ | 23.64 | 41.37 | 12.37 | - |
| YUV | 145.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 69 | 0.62 | 0 | 0.65 | 0.23 | 117.64 | 0.52 | 0.52 |
| Hex | 4A | C4 | 45 | 3E | 0 | 41 | 17 | 76 | 34 | 34 |
| Octal | 112 | 304 | 105 | 76 | 0 | 101 | 27 | 166 | 64 | 64 |
| Binary | 1001010 | 11000100 | 1000101 | 111110 | 0 | 1000001 | 10111 | 1110110 | 110100 | 110100 |
Color Harmonies of #4AC445
Complementary color
Monochromatic Colors of #4AC445
Black with #4AC445
Text Example
Text Example
White with #4AC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC445; }
p { color: rgb(74,196,69); }
H1.HeaderClassName
{
color: #4AC445;
}
.AnyTagClassName
{
color: #4AC445;
}
</style>
background-color css
<style>
a { background-color: #4AC445; }
a { background-color: rgb(74,196,69); }
div.DivClassName
{
background-color: #4AC445;
}
.BgClassName
{
background-color: #4AC445;
}
</style>
border-color css
<style>
span { border-color: #4AC445; }
span { border-color: rgb(74,196,69); }
td.TdClassName
{
border-color: #4AC445;
}
.TagClassName
{
border-color: #4AC445;
}
</style>