Shades of Lime Green #47BA36
Tints of Lime Green #47BA36
RGB
CMYK
RGB Variations
Color information
#47BA36 (or 0x47BA36) is known color: Lime Green. HEX triplet: 47, BA and 36. RGB value is (71,186,54). Sum of RGB (Red+Green+Blue) = 71+186+54=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BA36 is #B845C9. Grayscale: #888888. Windows color (decimal): -12076490 or 3586631. OLE color: 3586631.
HSL color Cylindrical-coordinate representation of color #47BA36: hue angle of 112.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47BA36 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 54 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.27 |
| HSL | 112.27º | 0.55% | 0.47% | - |
| HSV(B) | 112.27º | 0.71% | 0.73% | - |
| XYZ | 20.82 | 36.72 | 9.48 | - |
| YUV | 136.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 54 | 0.62 | 0 | 0.71 | 0.27 | 112.27 | 0.55 | 0.47 |
| Hex | 47 | BA | 36 | 3E | 0 | 47 | 1B | 70 | 37 | 2F |
| Octal | 107 | 272 | 66 | 76 | 0 | 107 | 33 | 160 | 67 | 57 |
| Binary | 1000111 | 10111010 | 110110 | 111110 | 0 | 1000111 | 11011 | 1110000 | 110111 | 101111 |
Color Harmonies of #47BA36
Complementary color
Monochromatic Colors of #47BA36
Black with #47BA36
Text Example
Text Example
White with #47BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA36; }
p { color: rgb(71,186,54); }
H1.HeaderClassName
{
color: #47BA36;
}
.AnyTagClassName
{
color: #47BA36;
}
</style>
background-color css
<style>
a { background-color: #47BA36; }
a { background-color: rgb(71,186,54); }
div.DivClassName
{
background-color: #47BA36;
}
.BgClassName
{
background-color: #47BA36;
}
</style>
border-color css
<style>
span { border-color: #47BA36; }
span { border-color: rgb(71,186,54); }
td.TdClassName
{
border-color: #47BA36;
}
.TagClassName
{
border-color: #47BA36;
}
</style>