Shades of Lime Green #4BDB44
Tints of Lime Green #4BDB44
RGB
CMYK
RGB Variations
Color information
#4BDB44 (or 0x4BDB44) is known color: Lime Green. HEX triplet: 4B, DB and 44. RGB value is (75,219,68). Sum of RGB (Red+Green+Blue) = 75+219+68=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDB44 is #B424BB. Grayscale: #9F9F9F. Windows color (decimal): -11805884 or 4512587. OLE color: 4512587.
HSL color Cylindrical-coordinate representation of color #4BDB44: hue angle of 117.22º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDB44 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 68 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.14 |
| HSL | 117.22º | 0.68% | 0.56% | - |
| HSV(B) | 117.22º | 0.69% | 0.86% | - |
| XYZ | 29.28 | 52.58 | 14.07 | - |
| YUV | 158.73 | 76.79 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 68 | 0.66 | 0 | 0.69 | 0.14 | 117.22 | 0.68 | 0.56 |
| Hex | 4B | DB | 44 | 42 | 0 | 45 | E | 75 | 44 | 38 |
| Octal | 113 | 333 | 104 | 102 | 0 | 105 | 16 | 165 | 104 | 70 |
| Binary | 1001011 | 11011011 | 1000100 | 1000010 | 0 | 1000101 | 1110 | 1110101 | 1000100 | 111000 |
Color Harmonies of #4BDB44
Complementary color
Monochromatic Colors of #4BDB44
Black with #4BDB44
Text Example
Text Example
White with #4BDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB44; }
p { color: rgb(75,219,68); }
H1.HeaderClassName
{
color: #4BDB44;
}
.AnyTagClassName
{
color: #4BDB44;
}
</style>
background-color css
<style>
a { background-color: #4BDB44; }
a { background-color: rgb(75,219,68); }
div.DivClassName
{
background-color: #4BDB44;
}
.BgClassName
{
background-color: #4BDB44;
}
</style>
border-color css
<style>
span { border-color: #4BDB44; }
span { border-color: rgb(75,219,68); }
td.TdClassName
{
border-color: #4BDB44;
}
.TagClassName
{
border-color: #4BDB44;
}
</style>