Shades of Lime Green #4CC141
Tints of Lime Green #4CC141
RGB
CMYK
RGB Variations
Color information
#4CC141 (or 0x4CC141) is known color: Lime Green. HEX triplet: 4C, C1 and 41. RGB value is (76,193,65). Sum of RGB (Red+Green+Blue) = 76+193+65=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC141 is #B33EBE. Grayscale: #8F8F8F. Windows color (decimal): -11747007 or 4309324. OLE color: 4309324.
HSL color Cylindrical-coordinate representation of color #4CC141: hue angle of 114.84º 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 #4CC141 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 65 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.24 |
| HSL | 114.84º | 0.51% | 0.51% | - |
| HSV(B) | 114.84º | 0.66% | 0.76% | - |
| XYZ | 23 | 40.06 | 11.52 | - |
| YUV | 143.43 | 83.74 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 65 | 0.61 | 0 | 0.66 | 0.24 | 114.84 | 0.51 | 0.51 |
| Hex | 4C | C1 | 41 | 3D | 0 | 42 | 18 | 73 | 33 | 33 |
| Octal | 114 | 301 | 101 | 75 | 0 | 102 | 30 | 163 | 63 | 63 |
| Binary | 1001100 | 11000001 | 1000001 | 111101 | 0 | 1000010 | 11000 | 1110011 | 110011 | 110011 |
Color Harmonies of #4CC141
Complementary color
Monochromatic Colors of #4CC141
Black with #4CC141
Text Example
Text Example
White with #4CC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC141; }
p { color: rgb(76,193,65); }
H1.HeaderClassName
{
color: #4CC141;
}
.AnyTagClassName
{
color: #4CC141;
}
</style>
background-color css
<style>
a { background-color: #4CC141; }
a { background-color: rgb(76,193,65); }
div.DivClassName
{
background-color: #4CC141;
}
.BgClassName
{
background-color: #4CC141;
}
</style>
border-color css
<style>
span { border-color: #4CC141; }
span { border-color: rgb(76,193,65); }
td.TdClassName
{
border-color: #4CC141;
}
.TagClassName
{
border-color: #4CC141;
}
</style>