Shades of Lime Green #4CC043
Tints of Lime Green #4CC043
RGB
CMYK
RGB Variations
Color information
#4CC043 (or 0x4CC043) is known color: Lime Green. HEX triplet: 4C, C0 and 43. RGB value is (76,192,67). Sum of RGB (Red+Green+Blue) = 76+192+67=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC043 is #B33FBC. Grayscale: #8F8F8F. Windows color (decimal): -11747261 or 4440140. OLE color: 4440140.
HSL color Cylindrical-coordinate representation of color #4CC043: hue angle of 115.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC043 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 67 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.25 |
| HSL | 115.68º | 0.5% | 0.51% | - |
| HSV(B) | 115.68º | 0.65% | 0.75% | - |
| XYZ | 22.84 | 39.64 | 11.76 | - |
| YUV | 143.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 67 | 0.60 | 0 | 0.65 | 0.25 | 115.68 | 0.5 | 0.51 |
| Hex | 4C | C0 | 43 | 3C | 0 | 41 | 19 | 74 | 32 | 33 |
| Octal | 114 | 300 | 103 | 74 | 0 | 101 | 31 | 164 | 62 | 63 |
| Binary | 1001100 | 11000000 | 1000011 | 111100 | 0 | 1000001 | 11001 | 1110100 | 110010 | 110011 |
Color Harmonies of #4CC043
Complementary color
Monochromatic Colors of #4CC043
Black with #4CC043
Text Example
Text Example
White with #4CC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC043; }
p { color: rgb(76,192,67); }
H1.HeaderClassName
{
color: #4CC043;
}
.AnyTagClassName
{
color: #4CC043;
}
</style>
background-color css
<style>
a { background-color: #4CC043; }
a { background-color: rgb(76,192,67); }
div.DivClassName
{
background-color: #4CC043;
}
.BgClassName
{
background-color: #4CC043;
}
</style>
border-color css
<style>
span { border-color: #4CC043; }
span { border-color: rgb(76,192,67); }
td.TdClassName
{
border-color: #4CC043;
}
.TagClassName
{
border-color: #4CC043;
}
</style>