Shades of Lime Green #47BC40
Tints of Lime Green #47BC40
RGB
CMYK
RGB Variations
Color information
#47BC40 (or 0x47BC40) is known color: Lime Green. HEX triplet: 47, BC and 40. RGB value is (71,188,64). Sum of RGB (Red+Green+Blue) = 71+188+64=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BC40 is #B843BF. Grayscale: #8B8B8B. Windows color (decimal): -12075968 or 4242503. OLE color: 4242503.
HSL color Cylindrical-coordinate representation of color #47BC40: hue angle of 116.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BC40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 64 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.26 |
| HSL | 116.61º | 0.49% | 0.49% | - |
| HSV(B) | 116.61º | 0.66% | 0.74% | - |
| XYZ | 21.51 | 37.68 | 10.99 | - |
| YUV | 138.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 64 | 0.62 | 0 | 0.66 | 0.26 | 116.61 | 0.49 | 0.49 |
| Hex | 47 | BC | 40 | 3E | 0 | 42 | 1A | 75 | 31 | 31 |
| Octal | 107 | 274 | 100 | 76 | 0 | 102 | 32 | 165 | 61 | 61 |
| Binary | 1000111 | 10111100 | 1000000 | 111110 | 0 | 1000010 | 11010 | 1110101 | 110001 | 110001 |
Color Harmonies of #47BC40
Complementary color
Monochromatic Colors of #47BC40
Black with #47BC40
Text Example
Text Example
White with #47BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC40; }
p { color: rgb(71,188,64); }
H1.HeaderClassName
{
color: #47BC40;
}
.AnyTagClassName
{
color: #47BC40;
}
</style>
background-color css
<style>
a { background-color: #47BC40; }
a { background-color: rgb(71,188,64); }
div.DivClassName
{
background-color: #47BC40;
}
.BgClassName
{
background-color: #47BC40;
}
</style>
border-color css
<style>
span { border-color: #47BC40; }
span { border-color: rgb(71,188,64); }
td.TdClassName
{
border-color: #47BC40;
}
.TagClassName
{
border-color: #47BC40;
}
</style>