Shades of Lime Green #4BD246
Tints of Lime Green #4BD246
RGB
CMYK
RGB Variations
Color information
#4BD246 (or 0x4BD246) is known color: Lime Green. HEX triplet: 4B, D2 and 46. RGB value is (75,210,70). Sum of RGB (Red+Green+Blue) = 75+210+70=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD246 is #B42DB9. Grayscale: #9A9A9A. Windows color (decimal): -11808186 or 4641355. OLE color: 4641355.
HSL color Cylindrical-coordinate representation of color #4BD246: hue angle of 117.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BD246 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 70 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.18 |
| HSL | 117.86º | 0.61% | 0.55% | - |
| HSV(B) | 117.86º | 0.67% | 0.82% | - |
| XYZ | 27.05 | 48.03 | 13.64 | - |
| YUV | 153.68 | 80.77 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 70 | 0.64 | 0 | 0.67 | 0.18 | 117.86 | 0.61 | 0.55 |
| Hex | 4B | D2 | 46 | 40 | 0 | 43 | 12 | 76 | 3D | 37 |
| Octal | 113 | 322 | 106 | 100 | 0 | 103 | 22 | 166 | 75 | 67 |
| Binary | 1001011 | 11010010 | 1000110 | 1000000 | 0 | 1000011 | 10010 | 1110110 | 111101 | 110111 |
Color Harmonies of #4BD246
Complementary color
Monochromatic Colors of #4BD246
Black with #4BD246
Text Example
Text Example
White with #4BD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD246; }
p { color: rgb(75,210,70); }
H1.HeaderClassName
{
color: #4BD246;
}
.AnyTagClassName
{
color: #4BD246;
}
</style>
background-color css
<style>
a { background-color: #4BD246; }
a { background-color: rgb(75,210,70); }
div.DivClassName
{
background-color: #4BD246;
}
.BgClassName
{
background-color: #4BD246;
}
</style>
border-color css
<style>
span { border-color: #4BD246; }
span { border-color: rgb(75,210,70); }
td.TdClassName
{
border-color: #4BD246;
}
.TagClassName
{
border-color: #4BD246;
}
</style>