Shades of Lime Green #4CC43D
Tints of Lime Green #4CC43D
RGB
CMYK
RGB Variations
Color information
#4CC43D (or 0x4CC43D) is known color: Lime Green. HEX triplet: 4C, C4 and 3D. RGB value is (76,196,61). Sum of RGB (Red+Green+Blue) = 76+196+61=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC43D is #B33BC2. Grayscale: #919191. Windows color (decimal): -11746243 or 4047948. OLE color: 4047948.
HSL color Cylindrical-coordinate representation of color #4CC43D: hue angle of 113.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CC43D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 61 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.23 |
| HSL | 113.33º | 0.53% | 0.5% | - |
| HSV(B) | 113.33º | 0.69% | 0.77% | - |
| XYZ | 23.56 | 41.35 | 11.15 | - |
| YUV | 144.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 61 | 0.61 | 0 | 0.69 | 0.23 | 113.33 | 0.53 | 0.5 |
| Hex | 4C | C4 | 3D | 3D | 0 | 45 | 17 | 71 | 35 | 32 |
| Octal | 114 | 304 | 75 | 75 | 0 | 105 | 27 | 161 | 65 | 62 |
| Binary | 1001100 | 11000100 | 111101 | 111101 | 0 | 1000101 | 10111 | 1110001 | 110101 | 110010 |
Color Harmonies of #4CC43D
Complementary color
Monochromatic Colors of #4CC43D
Black with #4CC43D
Text Example
Text Example
White with #4CC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC43D; }
p { color: rgb(76,196,61); }
H1.HeaderClassName
{
color: #4CC43D;
}
.AnyTagClassName
{
color: #4CC43D;
}
</style>
background-color css
<style>
a { background-color: #4CC43D; }
a { background-color: rgb(76,196,61); }
div.DivClassName
{
background-color: #4CC43D;
}
.BgClassName
{
background-color: #4CC43D;
}
</style>
border-color css
<style>
span { border-color: #4CC43D; }
span { border-color: rgb(76,196,61); }
td.TdClassName
{
border-color: #4CC43D;
}
.TagClassName
{
border-color: #4CC43D;
}
</style>