Shades of Lime Green #4BDC54
Tints of Lime Green #4BDC54
RGB
CMYK
RGB Variations
Color information
#4BDC54 (or 0x4BDC54) is known color: Lime Green. HEX triplet: 4B, DC and 54. RGB value is (75,220,84). Sum of RGB (Red+Green+Blue) = 75+220+84=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDC54 is #B423AB. Grayscale: #A1A1A1. Windows color (decimal): -11805612 or 5561419. OLE color: 5561419.
HSL color Cylindrical-coordinate representation of color #4BDC54: hue angle of 123.72º 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 #4BDC54 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 84 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.14 |
| HSL | 123.72º | 0.67% | 0.58% | - |
| HSV(B) | 123.72º | 0.66% | 0.86% | - |
| XYZ | 30.1 | 53.32 | 17.09 | - |
| YUV | 161.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 84 | 0.66 | 0 | 0.62 | 0.14 | 123.72 | 0.67 | 0.58 |
| Hex | 4B | DC | 54 | 42 | 0 | 3E | E | 7C | 43 | 3A |
| Octal | 113 | 334 | 124 | 102 | 0 | 76 | 16 | 174 | 103 | 72 |
| Binary | 1001011 | 11011100 | 1010100 | 1000010 | 0 | 111110 | 1110 | 1111100 | 1000011 | 111010 |
Color Harmonies of #4BDC54
Complementary color
Monochromatic Colors of #4BDC54
Black with #4BDC54
Text Example
Text Example
White with #4BDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDC54; }
p { color: rgb(75,220,84); }
H1.HeaderClassName
{
color: #4BDC54;
}
.AnyTagClassName
{
color: #4BDC54;
}
</style>
background-color css
<style>
a { background-color: #4BDC54; }
a { background-color: rgb(75,220,84); }
div.DivClassName
{
background-color: #4BDC54;
}
.BgClassName
{
background-color: #4BDC54;
}
</style>
border-color css
<style>
span { border-color: #4BDC54; }
span { border-color: rgb(75,220,84); }
td.TdClassName
{
border-color: #4BDC54;
}
.TagClassName
{
border-color: #4BDC54;
}
</style>