Shades of Lime Green #47BC32
Tints of Lime Green #47BC32
RGB
CMYK
RGB Variations
Color information
#47BC32 (or 0x47BC32) is known color: Lime Green. HEX triplet: 47, BC and 32. RGB value is (71,188,50). Sum of RGB (Red+Green+Blue) = 71+188+50=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BC32 is #B843CD. Grayscale: #898989. Windows color (decimal): -12075982 or 3324999. OLE color: 3324999.
HSL color Cylindrical-coordinate representation of color #47BC32: hue angle of 110.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47BC32 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 50 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.26 |
| HSL | 110.87º | 0.58% | 0.47% | - |
| HSV(B) | 110.87º | 0.73% | 0.74% | - |
| XYZ | 21.16 | 37.54 | 9.15 | - |
| YUV | 137.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 50 | 0.62 | 0 | 0.73 | 0.26 | 110.87 | 0.58 | 0.47 |
| Hex | 47 | BC | 32 | 3E | 0 | 49 | 1A | 6F | 3A | 2F |
| Octal | 107 | 274 | 62 | 76 | 0 | 111 | 32 | 157 | 72 | 57 |
| Binary | 1000111 | 10111100 | 110010 | 111110 | 0 | 1001001 | 11010 | 1101111 | 111010 | 101111 |
Color Harmonies of #47BC32
Complementary color
Monochromatic Colors of #47BC32
Black with #47BC32
Text Example
Text Example
White with #47BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC32; }
p { color: rgb(71,188,50); }
H1.HeaderClassName
{
color: #47BC32;
}
.AnyTagClassName
{
color: #47BC32;
}
</style>
background-color css
<style>
a { background-color: #47BC32; }
a { background-color: rgb(71,188,50); }
div.DivClassName
{
background-color: #47BC32;
}
.BgClassName
{
background-color: #47BC32;
}
</style>
border-color css
<style>
span { border-color: #47BC32; }
span { border-color: rgb(71,188,50); }
td.TdClassName
{
border-color: #47BC32;
}
.TagClassName
{
border-color: #47BC32;
}
</style>