Shades of Lime Green #4BD247
Tints of Lime Green #4BD247
RGB
CMYK
RGB Variations
Color information
#4BD247 (or 0x4BD247) is known color: Lime Green. HEX triplet: 4B, D2 and 47. RGB value is (75,210,71). Sum of RGB (Red+Green+Blue) = 75+210+71=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD247 is #B42DB8. Grayscale: #9A9A9A. Windows color (decimal): -11808185 or 4706891. OLE color: 4706891.
HSL color Cylindrical-coordinate representation of color #4BD247: hue angle of 118.27º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BD247 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 71 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.18 |
| HSL | 118.27º | 0.61% | 0.55% | - |
| HSV(B) | 118.27º | 0.66% | 0.82% | - |
| XYZ | 27.09 | 48.04 | 13.81 | - |
| YUV | 153.79 | 81.27 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 71 | 0.64 | 0 | 0.66 | 0.18 | 118.27 | 0.61 | 0.55 |
| Hex | 4B | D2 | 47 | 40 | 0 | 42 | 12 | 76 | 3D | 37 |
| Octal | 113 | 322 | 107 | 100 | 0 | 102 | 22 | 166 | 75 | 67 |
| Binary | 1001011 | 11010010 | 1000111 | 1000000 | 0 | 1000010 | 10010 | 1110110 | 111101 | 110111 |
Color Harmonies of #4BD247
Complementary color
Monochromatic Colors of #4BD247
Black with #4BD247
Text Example
Text Example
White with #4BD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD247; }
p { color: rgb(75,210,71); }
H1.HeaderClassName
{
color: #4BD247;
}
.AnyTagClassName
{
color: #4BD247;
}
</style>
background-color css
<style>
a { background-color: #4BD247; }
a { background-color: rgb(75,210,71); }
div.DivClassName
{
background-color: #4BD247;
}
.BgClassName
{
background-color: #4BD247;
}
</style>
border-color css
<style>
span { border-color: #4BD247; }
span { border-color: rgb(75,210,71); }
td.TdClassName
{
border-color: #4BD247;
}
.TagClassName
{
border-color: #4BD247;
}
</style>