Shades of Lime Green #4BDE47
Tints of Lime Green #4BDE47
RGB
CMYK
RGB Variations
Color information
#4BDE47 (or 0x4BDE47) is known color: Lime Green. HEX triplet: 4B, DE and 47. RGB value is (75,222,71). Sum of RGB (Red+Green+Blue) = 75+222+71=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDE47 is #B421B8. Grayscale: #A1A1A1. Windows color (decimal): -11805113 or 4709963. OLE color: 4709963.
HSL color Cylindrical-coordinate representation of color #4BDE47: hue angle of 118.41º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDE47 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 71 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.13 |
| HSL | 118.41º | 0.7% | 0.57% | - |
| HSV(B) | 118.41º | 0.68% | 0.87% | - |
| XYZ | 30.16 | 54.19 | 14.83 | - |
| YUV | 160.83 | 77.3 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 71 | 0.66 | 0 | 0.68 | 0.13 | 118.41 | 0.7 | 0.57 |
| Hex | 4B | DE | 47 | 42 | 0 | 44 | D | 76 | 46 | 39 |
| Octal | 113 | 336 | 107 | 102 | 0 | 104 | 15 | 166 | 106 | 71 |
| Binary | 1001011 | 11011110 | 1000111 | 1000010 | 0 | 1000100 | 1101 | 1110110 | 1000110 | 111001 |
Color Harmonies of #4BDE47
Complementary color
Monochromatic Colors of #4BDE47
Black with #4BDE47
Text Example
Text Example
White with #4BDE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE47; }
p { color: rgb(75,222,71); }
H1.HeaderClassName
{
color: #4BDE47;
}
.AnyTagClassName
{
color: #4BDE47;
}
</style>
background-color css
<style>
a { background-color: #4BDE47; }
a { background-color: rgb(75,222,71); }
div.DivClassName
{
background-color: #4BDE47;
}
.BgClassName
{
background-color: #4BDE47;
}
</style>
border-color css
<style>
span { border-color: #4BDE47; }
span { border-color: rgb(75,222,71); }
td.TdClassName
{
border-color: #4BDE47;
}
.TagClassName
{
border-color: #4BDE47;
}
</style>