Shades of Lime Green #4BD040
Tints of Lime Green #4BD040
RGB
CMYK
RGB Variations
Color information
#4BD040 (or 0x4BD040) is known color: Lime Green. HEX triplet: 4B, D0 and 40. RGB value is (75,208,64). Sum of RGB (Red+Green+Blue) = 75+208+64=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD040 is #B42FBF. Grayscale: #989898. Windows color (decimal): -11808704 or 4247627. OLE color: 4247627.
HSL color Cylindrical-coordinate representation of color #4BD040: hue angle of 115.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BD040 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 64 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.18 |
| HSL | 115.42º | 0.61% | 0.53% | - |
| HSV(B) | 115.42º | 0.69% | 0.82% | - |
| XYZ | 26.38 | 46.98 | 12.53 | - |
| YUV | 151.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 64 | 0.64 | 0 | 0.69 | 0.18 | 115.42 | 0.61 | 0.53 |
| Hex | 4B | D0 | 40 | 40 | 0 | 45 | 12 | 73 | 3D | 35 |
| Octal | 113 | 320 | 100 | 100 | 0 | 105 | 22 | 163 | 75 | 65 |
| Binary | 1001011 | 11010000 | 1000000 | 1000000 | 0 | 1000101 | 10010 | 1110011 | 111101 | 110101 |
Color Harmonies of #4BD040
Complementary color
Monochromatic Colors of #4BD040
Black with #4BD040
Text Example
Text Example
White with #4BD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD040; }
p { color: rgb(75,208,64); }
H1.HeaderClassName
{
color: #4BD040;
}
.AnyTagClassName
{
color: #4BD040;
}
</style>
background-color css
<style>
a { background-color: #4BD040; }
a { background-color: rgb(75,208,64); }
div.DivClassName
{
background-color: #4BD040;
}
.BgClassName
{
background-color: #4BD040;
}
</style>
border-color css
<style>
span { border-color: #4BD040; }
span { border-color: rgb(75,208,64); }
td.TdClassName
{
border-color: #4BD040;
}
.TagClassName
{
border-color: #4BD040;
}
</style>