Shades of Lime Green #4BD240
Tints of Lime Green #4BD240
RGB
CMYK
RGB Variations
Color information
#4BD240 (or 0x4BD240) is known color: Lime Green. HEX triplet: 4B, D2 and 40. RGB value is (75,210,64). Sum of RGB (Red+Green+Blue) = 75+210+64=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD240 is #B42DBF. Grayscale: #999999. Windows color (decimal): -11808192 or 4248139. OLE color: 4248139.
HSL color Cylindrical-coordinate representation of color #4BD240: hue angle of 115.48º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BD240 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 64 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.18 |
| HSL | 115.48º | 0.62% | 0.54% | - |
| HSV(B) | 115.48º | 0.7% | 0.82% | - |
| XYZ | 26.87 | 47.96 | 12.69 | - |
| YUV | 152.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 64 | 0.64 | 0 | 0.70 | 0.18 | 115.48 | 0.62 | 0.54 |
| Hex | 4B | D2 | 40 | 40 | 0 | 46 | 12 | 73 | 3E | 36 |
| Octal | 113 | 322 | 100 | 100 | 0 | 106 | 22 | 163 | 76 | 66 |
| Binary | 1001011 | 11010010 | 1000000 | 1000000 | 0 | 1000110 | 10010 | 1110011 | 111110 | 110110 |
Color Harmonies of #4BD240
Complementary color
Monochromatic Colors of #4BD240
Black with #4BD240
Text Example
Text Example
White with #4BD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD240; }
p { color: rgb(75,210,64); }
H1.HeaderClassName
{
color: #4BD240;
}
.AnyTagClassName
{
color: #4BD240;
}
</style>
background-color css
<style>
a { background-color: #4BD240; }
a { background-color: rgb(75,210,64); }
div.DivClassName
{
background-color: #4BD240;
}
.BgClassName
{
background-color: #4BD240;
}
</style>
border-color css
<style>
span { border-color: #4BD240; }
span { border-color: rgb(75,210,64); }
td.TdClassName
{
border-color: #4BD240;
}
.TagClassName
{
border-color: #4BD240;
}
</style>