Shades of Lime Green #4BC243
Tints of Lime Green #4BC243
RGB
CMYK
RGB Variations
Color information
#4BC243 (or 0x4BC243) is known color: Lime Green. HEX triplet: 4B, C2 and 43. RGB value is (75,194,67). Sum of RGB (Red+Green+Blue) = 75+194+67=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC243 is #B43DBC. Grayscale: #909090. Windows color (decimal): -11812285 or 4440651. OLE color: 4440651.
HSL color Cylindrical-coordinate representation of color #4BC243: hue angle of 116.22º degrees, saturation: 0.51, 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 #4BC243 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 67 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.24 |
| HSL | 116.22º | 0.51% | 0.51% | - |
| HSV(B) | 116.22º | 0.65% | 0.76% | - |
| XYZ | 23.21 | 40.48 | 11.9 | - |
| YUV | 143.94 | 84.58 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 67 | 0.61 | 0 | 0.65 | 0.24 | 116.22 | 0.51 | 0.51 |
| Hex | 4B | C2 | 43 | 3D | 0 | 41 | 18 | 74 | 33 | 33 |
| Octal | 113 | 302 | 103 | 75 | 0 | 101 | 30 | 164 | 63 | 63 |
| Binary | 1001011 | 11000010 | 1000011 | 111101 | 0 | 1000001 | 11000 | 1110100 | 110011 | 110011 |
Color Harmonies of #4BC243
Complementary color
Monochromatic Colors of #4BC243
Black with #4BC243
Text Example
Text Example
White with #4BC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC243; }
p { color: rgb(75,194,67); }
H1.HeaderClassName
{
color: #4BC243;
}
.AnyTagClassName
{
color: #4BC243;
}
</style>
background-color css
<style>
a { background-color: #4BC243; }
a { background-color: rgb(75,194,67); }
div.DivClassName
{
background-color: #4BC243;
}
.BgClassName
{
background-color: #4BC243;
}
</style>
border-color css
<style>
span { border-color: #4BC243; }
span { border-color: rgb(75,194,67); }
td.TdClassName
{
border-color: #4BC243;
}
.TagClassName
{
border-color: #4BC243;
}
</style>