Shades of Lime Green #47BD36
Tints of Lime Green #47BD36
RGB
CMYK
RGB Variations
Color information
#47BD36 (or 0x47BD36) is known color: Lime Green. HEX triplet: 47, BD and 36. RGB value is (71,189,54). Sum of RGB (Red+Green+Blue) = 71+189+54=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD36 is #B842C9. Grayscale: #8A8A8A. Windows color (decimal): -12075722 or 3587399. OLE color: 3587399.
HSL color Cylindrical-coordinate representation of color #47BD36: hue angle of 112.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47BD36 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 54 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.26 |
| HSL | 112.44º | 0.56% | 0.48% | - |
| HSV(B) | 112.44º | 0.71% | 0.74% | - |
| XYZ | 21.46 | 38 | 9.69 | - |
| YUV | 138.33 | 80.41 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 54 | 0.62 | 0 | 0.71 | 0.26 | 112.44 | 0.56 | 0.48 |
| Hex | 47 | BD | 36 | 3E | 0 | 47 | 1A | 70 | 38 | 30 |
| Octal | 107 | 275 | 66 | 76 | 0 | 107 | 32 | 160 | 70 | 60 |
| Binary | 1000111 | 10111101 | 110110 | 111110 | 0 | 1000111 | 11010 | 1110000 | 111000 | 110000 |
Color Harmonies of #47BD36
Complementary color
Monochromatic Colors of #47BD36
Black with #47BD36
Text Example
Text Example
White with #47BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD36; }
p { color: rgb(71,189,54); }
H1.HeaderClassName
{
color: #47BD36;
}
.AnyTagClassName
{
color: #47BD36;
}
</style>
background-color css
<style>
a { background-color: #47BD36; }
a { background-color: rgb(71,189,54); }
div.DivClassName
{
background-color: #47BD36;
}
.BgClassName
{
background-color: #47BD36;
}
</style>
border-color css
<style>
span { border-color: #47BD36; }
span { border-color: rgb(71,189,54); }
td.TdClassName
{
border-color: #47BD36;
}
.TagClassName
{
border-color: #47BD36;
}
</style>