Shades of Lime Green #4CCC46
Tints of Lime Green #4CCC46
RGB
CMYK
RGB Variations
Color information
#4CCC46 (or 0x4CCC46) is known color: Lime Green. HEX triplet: 4C, CC and 46. RGB value is (76,204,70). Sum of RGB (Red+Green+Blue) = 76+204+70=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC46 is #B333B9. Grayscale: #969696. Windows color (decimal): -11744186 or 4639820. OLE color: 4639820.
HSL color Cylindrical-coordinate representation of color #4CCC46: hue angle of 117.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCC46 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 70 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.2 |
| HSL | 117.31º | 0.57% | 0.54% | - |
| HSV(B) | 117.31º | 0.66% | 0.8% | - |
| XYZ | 25.68 | 45.16 | 13.16 | - |
| YUV | 150.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 70 | 0.63 | 0 | 0.66 | 0.2 | 117.31 | 0.57 | 0.54 |
| Hex | 4C | CC | 46 | 3F | 0 | 42 | 14 | 75 | 39 | 36 |
| Octal | 114 | 314 | 106 | 77 | 0 | 102 | 24 | 165 | 71 | 66 |
| Binary | 1001100 | 11001100 | 1000110 | 111111 | 0 | 1000010 | 10100 | 1110101 | 111001 | 110110 |
Color Harmonies of #4CCC46
Complementary color
Monochromatic Colors of #4CCC46
Black with #4CCC46
Text Example
Text Example
White with #4CCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCC46; }
p { color: rgb(76,204,70); }
H1.HeaderClassName
{
color: #4CCC46;
}
.AnyTagClassName
{
color: #4CCC46;
}
</style>
background-color css
<style>
a { background-color: #4CCC46; }
a { background-color: rgb(76,204,70); }
div.DivClassName
{
background-color: #4CCC46;
}
.BgClassName
{
background-color: #4CCC46;
}
</style>
border-color css
<style>
span { border-color: #4CCC46; }
span { border-color: rgb(76,204,70); }
td.TdClassName
{
border-color: #4CCC46;
}
.TagClassName
{
border-color: #4CCC46;
}
</style>