Shades of Lime Green #4CC142
Tints of Lime Green #4CC142
RGB
CMYK
RGB Variations
Color information
#4CC142 (or 0x4CC142) is known color: Lime Green. HEX triplet: 4C, C1 and 42. RGB value is (76,193,66). Sum of RGB (Red+Green+Blue) = 76+193+66=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC142 is #B33EBD. Grayscale: #8F8F8F. Windows color (decimal): -11747006 or 4374860. OLE color: 4374860.
HSL color Cylindrical-coordinate representation of color #4CC142: hue angle of 115.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CC142 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 66 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.24 |
| HSL | 115.28º | 0.51% | 0.51% | - |
| HSV(B) | 115.28º | 0.66% | 0.76% | - |
| XYZ | 23.03 | 40.07 | 11.67 | - |
| YUV | 143.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 66 | 0.61 | 0 | 0.66 | 0.24 | 115.28 | 0.51 | 0.51 |
| Hex | 4C | C1 | 42 | 3D | 0 | 42 | 18 | 73 | 33 | 33 |
| Octal | 114 | 301 | 102 | 75 | 0 | 102 | 30 | 163 | 63 | 63 |
| Binary | 1001100 | 11000001 | 1000010 | 111101 | 0 | 1000010 | 11000 | 1110011 | 110011 | 110011 |
Color Harmonies of #4CC142
Complementary color
Monochromatic Colors of #4CC142
Black with #4CC142
Text Example
Text Example
White with #4CC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC142; }
p { color: rgb(76,193,66); }
H1.HeaderClassName
{
color: #4CC142;
}
.AnyTagClassName
{
color: #4CC142;
}
</style>
background-color css
<style>
a { background-color: #4CC142; }
a { background-color: rgb(76,193,66); }
div.DivClassName
{
background-color: #4CC142;
}
.BgClassName
{
background-color: #4CC142;
}
</style>
border-color css
<style>
span { border-color: #4CC142; }
span { border-color: rgb(76,193,66); }
td.TdClassName
{
border-color: #4CC142;
}
.TagClassName
{
border-color: #4CC142;
}
</style>