Shades of Lime Green #4BDB55
Tints of Lime Green #4BDB55
RGB
CMYK
RGB Variations
Color information
#4BDB55 (or 0x4BDB55) is known color: Lime Green. HEX triplet: 4B, DB and 55. RGB value is (75,219,85). Sum of RGB (Red+Green+Blue) = 75+219+85=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDB55 is #B424AA. Grayscale: #A1A1A1. Windows color (decimal): -11805867 or 5626699. OLE color: 5626699.
HSL color Cylindrical-coordinate representation of color #4BDB55: hue angle of 124.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDB55 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 85 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.14 |
| HSL | 124.17º | 0.67% | 0.58% | - |
| HSV(B) | 124.17º | 0.66% | 0.86% | - |
| XYZ | 29.87 | 52.81 | 17.21 | - |
| YUV | 160.67 | 85.29 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 85 | 0.66 | 0 | 0.61 | 0.14 | 124.17 | 0.67 | 0.58 |
| Hex | 4B | DB | 55 | 42 | 0 | 3D | E | 7C | 43 | 3A |
| Octal | 113 | 333 | 125 | 102 | 0 | 75 | 16 | 174 | 103 | 72 |
| Binary | 1001011 | 11011011 | 1010101 | 1000010 | 0 | 111101 | 1110 | 1111100 | 1000011 | 111010 |
Color Harmonies of #4BDB55
Complementary color
Monochromatic Colors of #4BDB55
Black with #4BDB55
Text Example
Text Example
White with #4BDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB55; }
p { color: rgb(75,219,85); }
H1.HeaderClassName
{
color: #4BDB55;
}
.AnyTagClassName
{
color: #4BDB55;
}
</style>
background-color css
<style>
a { background-color: #4BDB55; }
a { background-color: rgb(75,219,85); }
div.DivClassName
{
background-color: #4BDB55;
}
.BgClassName
{
background-color: #4BDB55;
}
</style>
border-color css
<style>
span { border-color: #4BDB55; }
span { border-color: rgb(75,219,85); }
td.TdClassName
{
border-color: #4BDB55;
}
.TagClassName
{
border-color: #4BDB55;
}
</style>