Shades of Lime Green #4BDD50
Tints of Lime Green #4BDD50
RGB
CMYK
RGB Variations
Color information
#4BDD50 (or 0x4BDD50) is known color: Lime Green. HEX triplet: 4B, DD and 50. RGB value is (75,221,80). Sum of RGB (Red+Green+Blue) = 75+221+80=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDD50 is #B422AF. Grayscale: #A1A1A1. Windows color (decimal): -11805360 or 5299531. OLE color: 5299531.
HSL color Cylindrical-coordinate representation of color #4BDD50: hue angle of 122.05º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDD50 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 80 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.13 |
| HSL | 122.05º | 0.68% | 0.58% | - |
| HSV(B) | 122.05º | 0.66% | 0.87% | - |
| XYZ | 30.21 | 53.79 | 16.38 | - |
| YUV | 161.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 80 | 0.66 | 0 | 0.64 | 0.13 | 122.05 | 0.68 | 0.58 |
| Hex | 4B | DD | 50 | 42 | 0 | 40 | D | 7A | 44 | 3A |
| Octal | 113 | 335 | 120 | 102 | 0 | 100 | 15 | 172 | 104 | 72 |
| Binary | 1001011 | 11011101 | 1010000 | 1000010 | 0 | 1000000 | 1101 | 1111010 | 1000100 | 111010 |
Color Harmonies of #4BDD50
Complementary color
Monochromatic Colors of #4BDD50
Black with #4BDD50
Text Example
Text Example
White with #4BDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDD50; }
p { color: rgb(75,221,80); }
H1.HeaderClassName
{
color: #4BDD50;
}
.AnyTagClassName
{
color: #4BDD50;
}
</style>
background-color css
<style>
a { background-color: #4BDD50; }
a { background-color: rgb(75,221,80); }
div.DivClassName
{
background-color: #4BDD50;
}
.BgClassName
{
background-color: #4BDD50;
}
</style>
border-color css
<style>
span { border-color: #4BDD50; }
span { border-color: rgb(75,221,80); }
td.TdClassName
{
border-color: #4BDD50;
}
.TagClassName
{
border-color: #4BDD50;
}
</style>