Shades of Lime Green #4CD537
Tints of Lime Green #4CD537
RGB
CMYK
RGB Variations
Color information
#4CD537 (or 0x4CD537) is known color: Lime Green. HEX triplet: 4C, D5 and 37. RGB value is (76,213,55). Sum of RGB (Red+Green+Blue) = 76+213+55=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD537 is #B32AC8. Grayscale: #9A9A9A. Windows color (decimal): -11741897 or 3659084. OLE color: 3659084.
HSL color Cylindrical-coordinate representation of color #4CD537: hue angle of 112.03º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CD537 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 55 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.16 |
| HSL | 112.03º | 0.65% | 0.53% | - |
| HSV(B) | 112.03º | 0.74% | 0.84% | - |
| XYZ | 27.46 | 49.4 | 11.7 | - |
| YUV | 154.03 | 72.11 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 55 | 0.64 | 0 | 0.74 | 0.16 | 112.03 | 0.65 | 0.53 |
| Hex | 4C | D5 | 37 | 40 | 0 | 4A | 10 | 70 | 41 | 35 |
| Octal | 114 | 325 | 67 | 100 | 0 | 112 | 20 | 160 | 101 | 65 |
| Binary | 1001100 | 11010101 | 110111 | 1000000 | 0 | 1001010 | 10000 | 1110000 | 1000001 | 110101 |
Color Harmonies of #4CD537
Complementary color
Monochromatic Colors of #4CD537
Black with #4CD537
Text Example
Text Example
White with #4CD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD537; }
p { color: rgb(76,213,55); }
H1.HeaderClassName
{
color: #4CD537;
}
.AnyTagClassName
{
color: #4CD537;
}
</style>
background-color css
<style>
a { background-color: #4CD537; }
a { background-color: rgb(76,213,55); }
div.DivClassName
{
background-color: #4CD537;
}
.BgClassName
{
background-color: #4CD537;
}
</style>
border-color css
<style>
span { border-color: #4CD537; }
span { border-color: rgb(76,213,55); }
td.TdClassName
{
border-color: #4CD537;
}
.TagClassName
{
border-color: #4CD537;
}
</style>