Shades of Lime Green #4CD531
Tints of Lime Green #4CD531
RGB
CMYK
RGB Variations
Color information
#4CD531 (or 0x4CD531) is known color: Lime Green. HEX triplet: 4C, D5 and 31. RGB value is (76,213,49). Sum of RGB (Red+Green+Blue) = 76+213+49=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD531 is #B32ACE. Grayscale: #999999. Windows color (decimal): -11741903 or 3265868. OLE color: 3265868.
HSL color Cylindrical-coordinate representation of color #4CD531: hue angle of 110.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CD531 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 49 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.16 |
| HSL | 110.12º | 0.66% | 0.51% | - |
| HSV(B) | 110.12º | 0.77% | 0.84% | - |
| XYZ | 27.33 | 49.35 | 10.99 | - |
| YUV | 153.34 | 69.11 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 49 | 0.64 | 0 | 0.77 | 0.16 | 110.12 | 0.66 | 0.51 |
| Hex | 4C | D5 | 31 | 40 | 0 | 4D | 10 | 6E | 42 | 33 |
| Octal | 114 | 325 | 61 | 100 | 0 | 115 | 20 | 156 | 102 | 63 |
| Binary | 1001100 | 11010101 | 110001 | 1000000 | 0 | 1001101 | 10000 | 1101110 | 1000010 | 110011 |
Color Harmonies of #4CD531
Complementary color
Monochromatic Colors of #4CD531
Black with #4CD531
Text Example
Text Example
White with #4CD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD531; }
p { color: rgb(76,213,49); }
H1.HeaderClassName
{
color: #4CD531;
}
.AnyTagClassName
{
color: #4CD531;
}
</style>
background-color css
<style>
a { background-color: #4CD531; }
a { background-color: rgb(76,213,49); }
div.DivClassName
{
background-color: #4CD531;
}
.BgClassName
{
background-color: #4CD531;
}
</style>
border-color css
<style>
span { border-color: #4CD531; }
span { border-color: rgb(76,213,49); }
td.TdClassName
{
border-color: #4CD531;
}
.TagClassName
{
border-color: #4CD531;
}
</style>