Shades of Lime Green #4CC53D
Tints of Lime Green #4CC53D
RGB
CMYK
RGB Variations
Color information
#4CC53D (or 0x4CC53D) is known color: Lime Green. HEX triplet: 4C, C5 and 3D. RGB value is (76,197,61). Sum of RGB (Red+Green+Blue) = 76+197+61=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC53D is #B33AC2. Grayscale: #919191. Windows color (decimal): -11745987 or 4048204. OLE color: 4048204.
HSL color Cylindrical-coordinate representation of color #4CC53D: hue angle of 113.38º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CC53D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 197 | 61 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.23 |
| HSL | 113.38º | 0.54% | 0.51% | - |
| HSV(B) | 113.38º | 0.69% | 0.77% | - |
| XYZ | 23.79 | 41.81 | 11.23 | - |
| YUV | 145.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 197 | 61 | 0.61 | 0 | 0.69 | 0.23 | 113.38 | 0.54 | 0.51 |
| Hex | 4C | C5 | 3D | 3D | 0 | 45 | 17 | 71 | 36 | 33 |
| Octal | 114 | 305 | 75 | 75 | 0 | 105 | 27 | 161 | 66 | 63 |
| Binary | 1001100 | 11000101 | 111101 | 111101 | 0 | 1000101 | 10111 | 1110001 | 110110 | 110011 |
Color Harmonies of #4CC53D
Complementary color
Monochromatic Colors of #4CC53D
Black with #4CC53D
Text Example
Text Example
White with #4CC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC53D; }
p { color: rgb(76,197,61); }
H1.HeaderClassName
{
color: #4CC53D;
}
.AnyTagClassName
{
color: #4CC53D;
}
</style>
background-color css
<style>
a { background-color: #4CC53D; }
a { background-color: rgb(76,197,61); }
div.DivClassName
{
background-color: #4CC53D;
}
.BgClassName
{
background-color: #4CC53D;
}
</style>
border-color css
<style>
span { border-color: #4CC53D; }
span { border-color: rgb(76,197,61); }
td.TdClassName
{
border-color: #4CC53D;
}
.TagClassName
{
border-color: #4CC53D;
}
</style>