Shades of Lime Green #47C64B
Tints of Lime Green #47C64B
RGB
CMYK
RGB Variations
Color information
#47C64B (or 0x47C64B) is known color: Lime Green. HEX triplet: 47, C6 and 4B. RGB value is (71,198,75). Sum of RGB (Red+Green+Blue) = 71+198+75=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #47C64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C64B is #B839B4. Grayscale: #929292. Windows color (decimal): -12073397 or 4965959. OLE color: 4965959.
HSL color Cylindrical-coordinate representation of color #47C64B: hue angle of 121.89º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C64B is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 75 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.22 |
| HSL | 121.89º | 0.53% | 0.53% | - |
| HSV(B) | 121.89º | 0.64% | 0.78% | - |
| XYZ | 24.06 | 42.24 | 13.54 | - |
| YUV | 146.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 75 | 0.64 | 0 | 0.62 | 0.22 | 121.89 | 0.53 | 0.53 |
| Hex | 47 | C6 | 4B | 40 | 0 | 3E | 16 | 7A | 35 | 35 |
| Octal | 107 | 306 | 113 | 100 | 0 | 76 | 26 | 172 | 65 | 65 |
| Binary | 1000111 | 11000110 | 1001011 | 1000000 | 0 | 111110 | 10110 | 1111010 | 110101 | 110101 |
Color Harmonies of #47C64B
Complementary color
Monochromatic Colors of #47C64B
Black with #47C64B
Text Example
Text Example
White with #47C64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C64B; }
p { color: rgb(71,198,75); }
H1.HeaderClassName
{
color: #47C64B;
}
.AnyTagClassName
{
color: #47C64B;
}
</style>
background-color css
<style>
a { background-color: #47C64B; }
a { background-color: rgb(71,198,75); }
div.DivClassName
{
background-color: #47C64B;
}
.BgClassName
{
background-color: #47C64B;
}
</style>
border-color css
<style>
span { border-color: #47C64B; }
span { border-color: rgb(71,198,75); }
td.TdClassName
{
border-color: #47C64B;
}
.TagClassName
{
border-color: #47C64B;
}
</style>