Shades of Lime Green #4CC53F
Tints of Lime Green #4CC53F
RGB
CMYK
RGB Variations
Color information
#4CC53F (or 0x4CC53F) is known color: Lime Green. HEX triplet: 4C, C5 and 3F. RGB value is (76,197,63). Sum of RGB (Red+Green+Blue) = 76+197+63=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC53F is #B33AC0. Grayscale: #919191. Windows color (decimal): -11745985 or 4179276. OLE color: 4179276.
HSL color Cylindrical-coordinate representation of color #4CC53F: hue angle of 114.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CC53F is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 63 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.23 |
| HSL | 114.18º | 0.54% | 0.51% | - |
| HSV(B) | 114.18º | 0.68% | 0.77% | - |
| XYZ | 23.84 | 41.83 | 11.52 | - |
| YUV | 145.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 63 | 0.61 | 0 | 0.68 | 0.23 | 114.18 | 0.54 | 0.51 |
| Hex | 4C | C5 | 3F | 3D | 0 | 44 | 17 | 72 | 36 | 33 |
| Octal | 114 | 305 | 77 | 75 | 0 | 104 | 27 | 162 | 66 | 63 |
| Binary | 1001100 | 11000101 | 111111 | 111101 | 0 | 1000100 | 10111 | 1110010 | 110110 | 110011 |
Color Harmonies of #4CC53F
Complementary color
Monochromatic Colors of #4CC53F
Black with #4CC53F
Text Example
Text Example
White with #4CC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC53F; }
p { color: rgb(76,197,63); }
H1.HeaderClassName
{
color: #4CC53F;
}
.AnyTagClassName
{
color: #4CC53F;
}
</style>
background-color css
<style>
a { background-color: #4CC53F; }
a { background-color: rgb(76,197,63); }
div.DivClassName
{
background-color: #4CC53F;
}
.BgClassName
{
background-color: #4CC53F;
}
</style>
border-color css
<style>
span { border-color: #4CC53F; }
span { border-color: rgb(76,197,63); }
td.TdClassName
{
border-color: #4CC53F;
}
.TagClassName
{
border-color: #4CC53F;
}
</style>