Shades of Lime Green #47BD32
Tints of Lime Green #47BD32
RGB
CMYK
RGB Variations
Color information
#47BD32 (or 0x47BD32) is known color: Lime Green. HEX triplet: 47, BD and 32. RGB value is (71,189,50). Sum of RGB (Red+Green+Blue) = 71+189+50=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD32 is #B842CD. Grayscale: #8A8A8A. Windows color (decimal): -12075726 or 3325255. OLE color: 3325255.
HSL color Cylindrical-coordinate representation of color #47BD32: hue angle of 110.94º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47BD32 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 50 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.26 |
| HSL | 110.94º | 0.58% | 0.47% | - |
| HSV(B) | 110.94º | 0.74% | 0.74% | - |
| XYZ | 21.37 | 37.97 | 9.22 | - |
| YUV | 137.87 | 78.41 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 50 | 0.62 | 0 | 0.74 | 0.26 | 110.94 | 0.58 | 0.47 |
| Hex | 47 | BD | 32 | 3E | 0 | 4A | 1A | 6F | 3A | 2F |
| Octal | 107 | 275 | 62 | 76 | 0 | 112 | 32 | 157 | 72 | 57 |
| Binary | 1000111 | 10111101 | 110010 | 111110 | 0 | 1001010 | 11010 | 1101111 | 111010 | 101111 |
Color Harmonies of #47BD32
Complementary color
Monochromatic Colors of #47BD32
Black with #47BD32
Text Example
Text Example
White with #47BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD32; }
p { color: rgb(71,189,50); }
H1.HeaderClassName
{
color: #47BD32;
}
.AnyTagClassName
{
color: #47BD32;
}
</style>
background-color css
<style>
a { background-color: #47BD32; }
a { background-color: rgb(71,189,50); }
div.DivClassName
{
background-color: #47BD32;
}
.BgClassName
{
background-color: #47BD32;
}
</style>
border-color css
<style>
span { border-color: #47BD32; }
span { border-color: rgb(71,189,50); }
td.TdClassName
{
border-color: #47BD32;
}
.TagClassName
{
border-color: #47BD32;
}
</style>