Shades of Lime Green #4CC541
Tints of Lime Green #4CC541
RGB
CMYK
RGB Variations
Color information
#4CC541 (or 0x4CC541) is known color: Lime Green. HEX triplet: 4C, C5 and 41. RGB value is (76,197,65). Sum of RGB (Red+Green+Blue) = 76+197+65=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC541 is #B33ABE. Grayscale: #929292. Windows color (decimal): -11745983 or 4310348. OLE color: 4310348.
HSL color Cylindrical-coordinate representation of color #4CC541: hue angle of 115º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CC541 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 65 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.23 |
| HSL | 115º | 0.53% | 0.51% | - |
| HSV(B) | 115º | 0.67% | 0.77% | - |
| XYZ | 23.9 | 41.85 | 11.82 | - |
| YUV | 145.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 65 | 0.61 | 0 | 0.67 | 0.23 | 115 | 0.53 | 0.51 |
| Hex | 4C | C5 | 41 | 3D | 0 | 43 | 17 | 73 | 35 | 33 |
| Octal | 114 | 305 | 101 | 75 | 0 | 103 | 27 | 163 | 65 | 63 |
| Binary | 1001100 | 11000101 | 1000001 | 111101 | 0 | 1000011 | 10111 | 1110011 | 110101 | 110011 |
Color Harmonies of #4CC541
Complementary color
Monochromatic Colors of #4CC541
Black with #4CC541
Text Example
Text Example
White with #4CC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC541; }
p { color: rgb(76,197,65); }
H1.HeaderClassName
{
color: #4CC541;
}
.AnyTagClassName
{
color: #4CC541;
}
</style>
background-color css
<style>
a { background-color: #4CC541; }
a { background-color: rgb(76,197,65); }
div.DivClassName
{
background-color: #4CC541;
}
.BgClassName
{
background-color: #4CC541;
}
</style>
border-color css
<style>
span { border-color: #4CC541; }
span { border-color: rgb(76,197,65); }
td.TdClassName
{
border-color: #4CC541;
}
.TagClassName
{
border-color: #4CC541;
}
</style>