Shades of Lime Green #4AC345
Tints of Lime Green #4AC345
RGB
CMYK
RGB Variations
Color information
#4AC345 (or 0x4AC345) is known color: Lime Green. HEX triplet: 4A, C3 and 45. RGB value is (74,195,69). Sum of RGB (Red+Green+Blue) = 74+195+69=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC345 is #B53CBA. Grayscale: #909090. Windows color (decimal): -11877563 or 4571978. OLE color: 4571978.
HSL color Cylindrical-coordinate representation of color #4AC345: hue angle of 117.62º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AC345 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 69 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.24 |
| HSL | 117.62º | 0.51% | 0.52% | - |
| HSV(B) | 117.62º | 0.65% | 0.76% | - |
| XYZ | 23.41 | 40.92 | 12.29 | - |
| YUV | 144.46 | 85.41 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 69 | 0.62 | 0 | 0.65 | 0.24 | 117.62 | 0.51 | 0.52 |
| Hex | 4A | C3 | 45 | 3E | 0 | 41 | 18 | 76 | 33 | 34 |
| Octal | 112 | 303 | 105 | 76 | 0 | 101 | 30 | 166 | 63 | 64 |
| Binary | 1001010 | 11000011 | 1000101 | 111110 | 0 | 1000001 | 11000 | 1110110 | 110011 | 110100 |
Color Harmonies of #4AC345
Complementary color
Monochromatic Colors of #4AC345
Black with #4AC345
Text Example
Text Example
White with #4AC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC345; }
p { color: rgb(74,195,69); }
H1.HeaderClassName
{
color: #4AC345;
}
.AnyTagClassName
{
color: #4AC345;
}
</style>
background-color css
<style>
a { background-color: #4AC345; }
a { background-color: rgb(74,195,69); }
div.DivClassName
{
background-color: #4AC345;
}
.BgClassName
{
background-color: #4AC345;
}
</style>
border-color css
<style>
span { border-color: #4AC345; }
span { border-color: rgb(74,195,69); }
td.TdClassName
{
border-color: #4AC345;
}
.TagClassName
{
border-color: #4AC345;
}
</style>