Shades of Lime Green #4CC546
Tints of Lime Green #4CC546
RGB
CMYK
RGB Variations
Color information
#4CC546 (or 0x4CC546) is known color: Lime Green. HEX triplet: 4C, C5 and 46. RGB value is (76,197,70). Sum of RGB (Red+Green+Blue) = 76+197+70=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC546 is #B33AB9. Grayscale: #929292. Windows color (decimal): -11745978 or 4638028. OLE color: 4638028.
HSL color Cylindrical-coordinate representation of color #4CC546: hue angle of 117.17º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC546 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 70 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.23 |
| HSL | 117.17º | 0.52% | 0.52% | - |
| HSV(B) | 117.17º | 0.64% | 0.77% | - |
| XYZ | 24.05 | 41.91 | 12.62 | - |
| YUV | 146.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 70 | 0.61 | 0 | 0.64 | 0.23 | 117.17 | 0.52 | 0.52 |
| Hex | 4C | C5 | 46 | 3D | 0 | 40 | 17 | 75 | 34 | 34 |
| Octal | 114 | 305 | 106 | 75 | 0 | 100 | 27 | 165 | 64 | 64 |
| Binary | 1001100 | 11000101 | 1000110 | 111101 | 0 | 1000000 | 10111 | 1110101 | 110100 | 110100 |
Color Harmonies of #4CC546
Complementary color
Monochromatic Colors of #4CC546
Black with #4CC546
Text Example
Text Example
White with #4CC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC546; }
p { color: rgb(76,197,70); }
H1.HeaderClassName
{
color: #4CC546;
}
.AnyTagClassName
{
color: #4CC546;
}
</style>
background-color css
<style>
a { background-color: #4CC546; }
a { background-color: rgb(76,197,70); }
div.DivClassName
{
background-color: #4CC546;
}
.BgClassName
{
background-color: #4CC546;
}
</style>
border-color css
<style>
span { border-color: #4CC546; }
span { border-color: rgb(76,197,70); }
td.TdClassName
{
border-color: #4CC546;
}
.TagClassName
{
border-color: #4CC546;
}
</style>