Shades of Lime Green #4CDE31
Tints of Lime Green #4CDE31
RGB
CMYK
RGB Variations
Color information
#4CDE31 (or 0x4CDE31) is known color: Lime Green. HEX triplet: 4C, DE and 31. RGB value is (76,222,49). Sum of RGB (Red+Green+Blue) = 76+222+49=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDE31 is #B321CE. Grayscale: #9F9F9F. Windows color (decimal): -11739599 or 3268172. OLE color: 3268172.
HSL color Cylindrical-coordinate representation of color #4CDE31: hue angle of 110.64º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CDE31 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 49 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.13 |
| HSL | 110.64º | 0.72% | 0.53% | - |
| HSV(B) | 110.64º | 0.78% | 0.87% | - |
| XYZ | 29.66 | 54 | 11.77 | - |
| YUV | 158.62 | 66.13 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 49 | 0.66 | 0 | 0.78 | 0.13 | 110.64 | 0.72 | 0.53 |
| Hex | 4C | DE | 31 | 42 | 0 | 4E | D | 6F | 48 | 35 |
| Octal | 114 | 336 | 61 | 102 | 0 | 116 | 15 | 157 | 110 | 65 |
| Binary | 1001100 | 11011110 | 110001 | 1000010 | 0 | 1001110 | 1101 | 1101111 | 1001000 | 110101 |
Color Harmonies of #4CDE31
Complementary color
Monochromatic Colors of #4CDE31
Black with #4CDE31
Text Example
Text Example
White with #4CDE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE31; }
p { color: rgb(76,222,49); }
H1.HeaderClassName
{
color: #4CDE31;
}
.AnyTagClassName
{
color: #4CDE31;
}
</style>
background-color css
<style>
a { background-color: #4CDE31; }
a { background-color: rgb(76,222,49); }
div.DivClassName
{
background-color: #4CDE31;
}
.BgClassName
{
background-color: #4CDE31;
}
</style>
border-color css
<style>
span { border-color: #4CDE31; }
span { border-color: rgb(76,222,49); }
td.TdClassName
{
border-color: #4CDE31;
}
.TagClassName
{
border-color: #4CDE31;
}
</style>