Shades of Lime Green #47B537
Tints of Lime Green #47B537
RGB
CMYK
RGB Variations
Color information
#47B537 (or 0x47B537) is known color: Lime Green. HEX triplet: 47, B5 and 37. RGB value is (71,181,55). Sum of RGB (Red+Green+Blue) = 71+181+55=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #47B537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B537 is #B84AC8. Grayscale: #868686. Windows color (decimal): -12077769 or 3650887. OLE color: 3650887.
HSL color Cylindrical-coordinate representation of color #47B537: hue angle of 112.38º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47B537 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 181 | 55 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.29 |
| HSL | 112.38º | 0.53% | 0.46% | - |
| HSV(B) | 112.38º | 0.7% | 0.71% | - |
| XYZ | 19.81 | 34.66 | 9.26 | - |
| YUV | 133.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 181 | 55 | 0.61 | 0 | 0.70 | 0.29 | 112.38 | 0.53 | 0.46 |
| Hex | 47 | B5 | 37 | 3D | 0 | 46 | 1D | 70 | 35 | 2E |
| Octal | 107 | 265 | 67 | 75 | 0 | 106 | 35 | 160 | 65 | 56 |
| Binary | 1000111 | 10110101 | 110111 | 111101 | 0 | 1000110 | 11101 | 1110000 | 110101 | 101110 |
Color Harmonies of #47B537
Complementary color
Monochromatic Colors of #47B537
Black with #47B537
Text Example
Text Example
White with #47B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B537; }
p { color: rgb(71,181,55); }
H1.HeaderClassName
{
color: #47B537;
}
.AnyTagClassName
{
color: #47B537;
}
</style>
background-color css
<style>
a { background-color: #47B537; }
a { background-color: rgb(71,181,55); }
div.DivClassName
{
background-color: #47B537;
}
.BgClassName
{
background-color: #47B537;
}
</style>
border-color css
<style>
span { border-color: #47B537; }
span { border-color: rgb(71,181,55); }
td.TdClassName
{
border-color: #47B537;
}
.TagClassName
{
border-color: #47B537;
}
</style>