Shades of Lime Green #47B436
Tints of Lime Green #47B436
RGB
CMYK
RGB Variations
Color information
#47B436 (or 0x47B436) is known color: Lime Green. HEX triplet: 47, B4 and 36. RGB value is (71,180,54). Sum of RGB (Red+Green+Blue) = 71+180+54=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #47B436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47B436 is #B84BC9. Grayscale: #858585. Windows color (decimal): -12078026 or 3585095. OLE color: 3585095.
HSL color Cylindrical-coordinate representation of color #47B436: hue angle of 111.9º degrees, saturation: 0.54, 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 #47B436 is Cyan = 0.61, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 180 | 54 | - |
| CMYK | 0.61 | 0 | 0.7 | 0.29 |
| HSL | 111.9º | 0.54% | 0.46% | - |
| HSV(B) | 111.9º | 0.7% | 0.71% | - |
| XYZ | 19.59 | 34.25 | 9.07 | - |
| YUV | 133.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 180 | 54 | 0.61 | 0 | 0.7 | 0.29 | 111.9 | 0.54 | 0.46 |
| Hex | 47 | B4 | 36 | 3D | 0 | 46 | 1D | 70 | 36 | 2E |
| Octal | 107 | 264 | 66 | 75 | 0 | 106 | 35 | 160 | 66 | 56 |
| Binary | 1000111 | 10110100 | 110110 | 111101 | 0 | 1000110 | 11101 | 1110000 | 110110 | 101110 |
Color Harmonies of #47B436
Complementary color
Monochromatic Colors of #47B436
Black with #47B436
Text Example
Text Example
White with #47B436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B436; }
p { color: rgb(71,180,54); }
H1.HeaderClassName
{
color: #47B436;
}
.AnyTagClassName
{
color: #47B436;
}
</style>
background-color css
<style>
a { background-color: #47B436; }
a { background-color: rgb(71,180,54); }
div.DivClassName
{
background-color: #47B436;
}
.BgClassName
{
background-color: #47B436;
}
</style>
border-color css
<style>
span { border-color: #47B436; }
span { border-color: rgb(71,180,54); }
td.TdClassName
{
border-color: #47B436;
}
.TagClassName
{
border-color: #47B436;
}
</style>