Shades of Lime Green #4BC547
Tints of Lime Green #4BC547
RGB
CMYK
RGB Variations
Color information
#4BC547 (or 0x4BC547) is known color: Lime Green. HEX triplet: 4B, C5 and 47. RGB value is (75,197,71). Sum of RGB (Red+Green+Blue) = 75+197+71=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC547 is #B43AB8. Grayscale: #929292. Windows color (decimal): -11811513 or 4703563. OLE color: 4703563.
HSL color Cylindrical-coordinate representation of color #4BC547: hue angle of 118.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC547 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 71 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.23 |
| HSL | 118.1º | 0.52% | 0.53% | - |
| HSV(B) | 118.1º | 0.64% | 0.77% | - |
| XYZ | 24.01 | 41.88 | 12.78 | - |
| YUV | 146.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 71 | 0.62 | 0 | 0.64 | 0.23 | 118.1 | 0.52 | 0.53 |
| Hex | 4B | C5 | 47 | 3E | 0 | 40 | 17 | 76 | 34 | 35 |
| Octal | 113 | 305 | 107 | 76 | 0 | 100 | 27 | 166 | 64 | 65 |
| Binary | 1001011 | 11000101 | 1000111 | 111110 | 0 | 1000000 | 10111 | 1110110 | 110100 | 110101 |
Color Harmonies of #4BC547
Complementary color
Monochromatic Colors of #4BC547
Black with #4BC547
Text Example
Text Example
White with #4BC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC547; }
p { color: rgb(75,197,71); }
H1.HeaderClassName
{
color: #4BC547;
}
.AnyTagClassName
{
color: #4BC547;
}
</style>
background-color css
<style>
a { background-color: #4BC547; }
a { background-color: rgb(75,197,71); }
div.DivClassName
{
background-color: #4BC547;
}
.BgClassName
{
background-color: #4BC547;
}
</style>
border-color css
<style>
span { border-color: #4BC547; }
span { border-color: rgb(75,197,71); }
td.TdClassName
{
border-color: #4BC547;
}
.TagClassName
{
border-color: #4BC547;
}
</style>