Shades of Lime Green #4BDB54
Tints of Lime Green #4BDB54
RGB
CMYK
RGB Variations
Color information
#4BDB54 (or 0x4BDB54) is known color: Lime Green. HEX triplet: 4B, DB and 54. RGB value is (75,219,84). Sum of RGB (Red+Green+Blue) = 75+219+84=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDB54 is #B424AB. Grayscale: #A0A0A0. Windows color (decimal): -11805868 or 5561163. OLE color: 5561163.
HSL color Cylindrical-coordinate representation of color #4BDB54: hue angle of 123.75º 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 #4BDB54 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 84 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.14 |
| HSL | 123.75º | 0.67% | 0.58% | - |
| HSV(B) | 123.75º | 0.66% | 0.86% | - |
| XYZ | 29.83 | 52.8 | 17.01 | - |
| YUV | 160.55 | 84.79 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 84 | 0.66 | 0 | 0.62 | 0.14 | 123.75 | 0.67 | 0.58 |
| Hex | 4B | DB | 54 | 42 | 0 | 3E | E | 7C | 43 | 3A |
| Octal | 113 | 333 | 124 | 102 | 0 | 76 | 16 | 174 | 103 | 72 |
| Binary | 1001011 | 11011011 | 1010100 | 1000010 | 0 | 111110 | 1110 | 1111100 | 1000011 | 111010 |
Color Harmonies of #4BDB54
Complementary color
Monochromatic Colors of #4BDB54
Black with #4BDB54
Text Example
Text Example
White with #4BDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB54; }
p { color: rgb(75,219,84); }
H1.HeaderClassName
{
color: #4BDB54;
}
.AnyTagClassName
{
color: #4BDB54;
}
</style>
background-color css
<style>
a { background-color: #4BDB54; }
a { background-color: rgb(75,219,84); }
div.DivClassName
{
background-color: #4BDB54;
}
.BgClassName
{
background-color: #4BDB54;
}
</style>
border-color css
<style>
span { border-color: #4BDB54; }
span { border-color: rgb(75,219,84); }
td.TdClassName
{
border-color: #4BDB54;
}
.TagClassName
{
border-color: #4BDB54;
}
</style>