Shades of Lime Green #4CC242
Tints of Lime Green #4CC242
RGB
CMYK
RGB Variations
Color information
#4CC242 (or 0x4CC242) is known color: Lime Green. HEX triplet: 4C, C2 and 42. RGB value is (76,194,66). Sum of RGB (Red+Green+Blue) = 76+194+66=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC242 is #B33DBD. Grayscale: #909090. Windows color (decimal): -11746750 or 4375116. OLE color: 4375116.
HSL color Cylindrical-coordinate representation of color #4CC242: hue angle of 115.31º 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 #4CC242 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 66 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.24 |
| HSL | 115.31º | 0.51% | 0.51% | - |
| HSV(B) | 115.31º | 0.66% | 0.76% | - |
| XYZ | 23.26 | 40.51 | 11.75 | - |
| YUV | 144.13 | 83.91 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 66 | 0.61 | 0 | 0.66 | 0.24 | 115.31 | 0.51 | 0.51 |
| Hex | 4C | C2 | 42 | 3D | 0 | 42 | 18 | 73 | 33 | 33 |
| Octal | 114 | 302 | 102 | 75 | 0 | 102 | 30 | 163 | 63 | 63 |
| Binary | 1001100 | 11000010 | 1000010 | 111101 | 0 | 1000010 | 11000 | 1110011 | 110011 | 110011 |
Color Harmonies of #4CC242
Complementary color
Monochromatic Colors of #4CC242
Black with #4CC242
Text Example
Text Example
White with #4CC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC242; }
p { color: rgb(76,194,66); }
H1.HeaderClassName
{
color: #4CC242;
}
.AnyTagClassName
{
color: #4CC242;
}
</style>
background-color css
<style>
a { background-color: #4CC242; }
a { background-color: rgb(76,194,66); }
div.DivClassName
{
background-color: #4CC242;
}
.BgClassName
{
background-color: #4CC242;
}
</style>
border-color css
<style>
span { border-color: #4CC242; }
span { border-color: rgb(76,194,66); }
td.TdClassName
{
border-color: #4CC242;
}
.TagClassName
{
border-color: #4CC242;
}
</style>