Shades of Lime Green #4BC143
Tints of Lime Green #4BC143
RGB
CMYK
RGB Variations
Color information
#4BC143 (or 0x4BC143) is known color: Lime Green. HEX triplet: 4B, C1 and 43. RGB value is (75,193,67). Sum of RGB (Red+Green+Blue) = 75+193+67=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC143 is #B43EBC. Grayscale: #8F8F8F. Windows color (decimal): -11812541 or 4440395. OLE color: 4440395.
HSL color Cylindrical-coordinate representation of color #4BC143: hue angle of 116.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BC143 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 193 | 67 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.24 |
| HSL | 116.19º | 0.5% | 0.51% | - |
| HSV(B) | 116.19º | 0.65% | 0.76% | - |
| XYZ | 22.98 | 40.04 | 11.83 | - |
| YUV | 143.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 193 | 67 | 0.61 | 0 | 0.65 | 0.24 | 116.19 | 0.5 | 0.51 |
| Hex | 4B | C1 | 43 | 3D | 0 | 41 | 18 | 74 | 32 | 33 |
| Octal | 113 | 301 | 103 | 75 | 0 | 101 | 30 | 164 | 62 | 63 |
| Binary | 1001011 | 11000001 | 1000011 | 111101 | 0 | 1000001 | 11000 | 1110100 | 110010 | 110011 |
Color Harmonies of #4BC143
Complementary color
Monochromatic Colors of #4BC143
Black with #4BC143
Text Example
Text Example
White with #4BC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC143; }
p { color: rgb(75,193,67); }
H1.HeaderClassName
{
color: #4BC143;
}
.AnyTagClassName
{
color: #4BC143;
}
</style>
background-color css
<style>
a { background-color: #4BC143; }
a { background-color: rgb(75,193,67); }
div.DivClassName
{
background-color: #4BC143;
}
.BgClassName
{
background-color: #4BC143;
}
</style>
border-color css
<style>
span { border-color: #4BC143; }
span { border-color: rgb(75,193,67); }
td.TdClassName
{
border-color: #4BC143;
}
.TagClassName
{
border-color: #4BC143;
}
</style>