Shades of Lime Green #4CDC49
Tints of Lime Green #4CDC49
RGB
CMYK
RGB Variations
Color information
#4CDC49 (or 0x4CDC49) is known color: Lime Green. HEX triplet: 4C, DC and 49. RGB value is (76,220,73). Sum of RGB (Red+Green+Blue) = 76+220+73=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDC49 is #B323B6. Grayscale: #A0A0A0. Windows color (decimal): -11740087 or 4840524. OLE color: 4840524.
HSL color Cylindrical-coordinate representation of color #4CDC49: hue angle of 118.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CDC49 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 73 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.14 |
| HSL | 118.78º | 0.68% | 0.57% | - |
| HSV(B) | 118.78º | 0.67% | 0.86% | - |
| XYZ | 29.78 | 53.2 | 15 | - |
| YUV | 160.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 73 | 0.65 | 0 | 0.67 | 0.14 | 118.78 | 0.68 | 0.57 |
| Hex | 4C | DC | 49 | 41 | 0 | 43 | E | 77 | 44 | 39 |
| Octal | 114 | 334 | 111 | 101 | 0 | 103 | 16 | 167 | 104 | 71 |
| Binary | 1001100 | 11011100 | 1001001 | 1000001 | 0 | 1000011 | 1110 | 1110111 | 1000100 | 111001 |
Color Harmonies of #4CDC49
Complementary color
Monochromatic Colors of #4CDC49
Black with #4CDC49
Text Example
Text Example
White with #4CDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDC49; }
p { color: rgb(76,220,73); }
H1.HeaderClassName
{
color: #4CDC49;
}
.AnyTagClassName
{
color: #4CDC49;
}
</style>
background-color css
<style>
a { background-color: #4CDC49; }
a { background-color: rgb(76,220,73); }
div.DivClassName
{
background-color: #4CDC49;
}
.BgClassName
{
background-color: #4CDC49;
}
</style>
border-color css
<style>
span { border-color: #4CDC49; }
span { border-color: rgb(76,220,73); }
td.TdClassName
{
border-color: #4CDC49;
}
.TagClassName
{
border-color: #4CDC49;
}
</style>