Shades of Lime Green #4CD743
Tints of Lime Green #4CD743
RGB
CMYK
RGB Variations
Color information
#4CD743 (or 0x4CD743) is known color: Lime Green. HEX triplet: 4C, D7 and 43. RGB value is (76,215,67). Sum of RGB (Red+Green+Blue) = 76+215+67=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #4CD743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD743 is #B328BC. Grayscale: #9D9D9D. Windows color (decimal): -11741373 or 4446028. OLE color: 4446028.
HSL color Cylindrical-coordinate representation of color #4CD743: hue angle of 116.35º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CD743 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 215 | 67 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.16 |
| HSL | 116.35º | 0.65% | 0.55% | - |
| HSV(B) | 116.35º | 0.69% | 0.84% | - |
| XYZ | 28.29 | 50.54 | 13.57 | - |
| YUV | 156.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 215 | 67 | 0.65 | 0 | 0.69 | 0.16 | 116.35 | 0.65 | 0.55 |
| Hex | 4C | D7 | 43 | 41 | 0 | 45 | 10 | 74 | 41 | 37 |
| Octal | 114 | 327 | 103 | 101 | 0 | 105 | 20 | 164 | 101 | 67 |
| Binary | 1001100 | 11010111 | 1000011 | 1000001 | 0 | 1000101 | 10000 | 1110100 | 1000001 | 110111 |
Color Harmonies of #4CD743
Complementary color
Monochromatic Colors of #4CD743
Black with #4CD743
Text Example
Text Example
White with #4CD743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD743; }
p { color: rgb(76,215,67); }
H1.HeaderClassName
{
color: #4CD743;
}
.AnyTagClassName
{
color: #4CD743;
}
</style>
background-color css
<style>
a { background-color: #4CD743; }
a { background-color: rgb(76,215,67); }
div.DivClassName
{
background-color: #4CD743;
}
.BgClassName
{
background-color: #4CD743;
}
</style>
border-color css
<style>
span { border-color: #4CD743; }
span { border-color: rgb(76,215,67); }
td.TdClassName
{
border-color: #4CD743;
}
.TagClassName
{
border-color: #4CD743;
}
</style>