Shades of Lime Green #47B735
Tints of Lime Green #47B735
RGB
CMYK
RGB Variations
Color information
#47B735 (or 0x47B735) is known color: Lime Green. HEX triplet: 47, B7 and 35. RGB value is (71,183,53). Sum of RGB (Red+Green+Blue) = 71+183+53=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #47B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B735 is #B848CA. Grayscale: #878787. Windows color (decimal): -12077259 or 3520327. OLE color: 3520327.
HSL color Cylindrical-coordinate representation of color #47B735: hue angle of 111.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47B735 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 183 | 53 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.28 |
| HSL | 111.69º | 0.55% | 0.46% | - |
| HSV(B) | 111.69º | 0.71% | 0.72% | - |
| XYZ | 20.17 | 35.46 | 9.15 | - |
| YUV | 134.69 | 81.89 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 183 | 53 | 0.61 | 0 | 0.71 | 0.28 | 111.69 | 0.55 | 0.46 |
| Hex | 47 | B7 | 35 | 3D | 0 | 47 | 1C | 70 | 37 | 2E |
| Octal | 107 | 267 | 65 | 75 | 0 | 107 | 34 | 160 | 67 | 56 |
| Binary | 1000111 | 10110111 | 110101 | 111101 | 0 | 1000111 | 11100 | 1110000 | 110111 | 101110 |
Color Harmonies of #47B735
Complementary color
Monochromatic Colors of #47B735
Black with #47B735
Text Example
Text Example
White with #47B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B735; }
p { color: rgb(71,183,53); }
H1.HeaderClassName
{
color: #47B735;
}
.AnyTagClassName
{
color: #47B735;
}
</style>
background-color css
<style>
a { background-color: #47B735; }
a { background-color: rgb(71,183,53); }
div.DivClassName
{
background-color: #47B735;
}
.BgClassName
{
background-color: #47B735;
}
</style>
border-color css
<style>
span { border-color: #47B735; }
span { border-color: rgb(71,183,53); }
td.TdClassName
{
border-color: #47B735;
}
.TagClassName
{
border-color: #47B735;
}
</style>