Shades of Lime Green #4CD337
Tints of Lime Green #4CD337
RGB
CMYK
RGB Variations
Color information
#4CD337 (or 0x4CD337) is known color: Lime Green. HEX triplet: 4C, D3 and 37. RGB value is (76,211,55). Sum of RGB (Red+Green+Blue) = 76+211+55=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #4CD337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD337 is #B32CC8. Grayscale: #999999. Windows color (decimal): -11742409 or 3658572. OLE color: 3658572.
HSL color Cylindrical-coordinate representation of color #4CD337: hue angle of 111.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CD337 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 76 | 211 | 55 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.17 |
| HSL | 111.92º | 0.64% | 0.52% | - |
| HSV(B) | 111.92º | 0.74% | 0.83% | - |
| XYZ | 26.96 | 48.4 | 11.54 | - |
| YUV | 152.85 | 72.77 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 211 | 55 | 0.64 | 0 | 0.74 | 0.17 | 111.92 | 0.64 | 0.52 |
| Hex | 4C | D3 | 37 | 40 | 0 | 4A | 11 | 70 | 40 | 34 |
| Octal | 114 | 323 | 67 | 100 | 0 | 112 | 21 | 160 | 100 | 64 |
| Binary | 1001100 | 11010011 | 110111 | 1000000 | 0 | 1001010 | 10001 | 1110000 | 1000000 | 110100 |
Color Harmonies of #4CD337
Complementary color
Monochromatic Colors of #4CD337
Black with #4CD337
Text Example
Text Example
White with #4CD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD337; }
p { color: rgb(76,211,55); }
H1.HeaderClassName
{
color: #4CD337;
}
.AnyTagClassName
{
color: #4CD337;
}
</style>
background-color css
<style>
a { background-color: #4CD337; }
a { background-color: rgb(76,211,55); }
div.DivClassName
{
background-color: #4CD337;
}
.BgClassName
{
background-color: #4CD337;
}
</style>
border-color css
<style>
span { border-color: #4CD337; }
span { border-color: rgb(76,211,55); }
td.TdClassName
{
border-color: #4CD337;
}
.TagClassName
{
border-color: #4CD337;
}
</style>