Shades of Lime Green #4BDA43
Tints of Lime Green #4BDA43
RGB
CMYK
RGB Variations
Color information
#4BDA43 (or 0x4BDA43) is known color: Lime Green. HEX triplet: 4B, DA and 43. RGB value is (75,218,67). Sum of RGB (Red+Green+Blue) = 75+218+67=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA43 is #B425BC. Grayscale: #9E9E9E. Windows color (decimal): -11806141 or 4446795. OLE color: 4446795.
HSL color Cylindrical-coordinate representation of color #4BDA43: hue angle of 116.82º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDA43 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 67 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.15 |
| HSL | 116.82º | 0.67% | 0.56% | - |
| HSV(B) | 116.82º | 0.69% | 0.85% | - |
| XYZ | 28.99 | 52.04 | 13.83 | - |
| YUV | 158.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 67 | 0.66 | 0 | 0.69 | 0.15 | 116.82 | 0.67 | 0.56 |
| Hex | 4B | DA | 43 | 42 | 0 | 45 | F | 75 | 43 | 38 |
| Octal | 113 | 332 | 103 | 102 | 0 | 105 | 17 | 165 | 103 | 70 |
| Binary | 1001011 | 11011010 | 1000011 | 1000010 | 0 | 1000101 | 1111 | 1110101 | 1000011 | 111000 |
Color Harmonies of #4BDA43
Complementary color
Monochromatic Colors of #4BDA43
Black with #4BDA43
Text Example
Text Example
White with #4BDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA43; }
p { color: rgb(75,218,67); }
H1.HeaderClassName
{
color: #4BDA43;
}
.AnyTagClassName
{
color: #4BDA43;
}
</style>
background-color css
<style>
a { background-color: #4BDA43; }
a { background-color: rgb(75,218,67); }
div.DivClassName
{
background-color: #4BDA43;
}
.BgClassName
{
background-color: #4BDA43;
}
</style>
border-color css
<style>
span { border-color: #4BDA43; }
span { border-color: rgb(75,218,67); }
td.TdClassName
{
border-color: #4BDA43;
}
.TagClassName
{
border-color: #4BDA43;
}
</style>