Shades of Lime Green #47BD38
Tints of Lime Green #47BD38
RGB
CMYK
RGB Variations
Color information
#47BD38 (or 0x47BD38) is known color: Lime Green. HEX triplet: 47, BD and 38. RGB value is (71,189,56). Sum of RGB (Red+Green+Blue) = 71+189+56=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD38 is #B842C7. Grayscale: #8A8A8A. Windows color (decimal): -12075720 or 3718471. OLE color: 3718471.
HSL color Cylindrical-coordinate representation of color #47BD38: hue angle of 113.23º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47BD38 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 56 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.26 |
| HSL | 113.23º | 0.54% | 0.48% | - |
| HSV(B) | 113.23º | 0.7% | 0.74% | - |
| XYZ | 21.51 | 38.02 | 9.95 | - |
| YUV | 138.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 56 | 0.62 | 0 | 0.70 | 0.26 | 113.23 | 0.54 | 0.48 |
| Hex | 47 | BD | 38 | 3E | 0 | 46 | 1A | 71 | 36 | 30 |
| Octal | 107 | 275 | 70 | 76 | 0 | 106 | 32 | 161 | 66 | 60 |
| Binary | 1000111 | 10111101 | 111000 | 111110 | 0 | 1000110 | 11010 | 1110001 | 110110 | 110000 |
Color Harmonies of #47BD38
Complementary color
Monochromatic Colors of #47BD38
Black with #47BD38
Text Example
Text Example
White with #47BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD38; }
p { color: rgb(71,189,56); }
H1.HeaderClassName
{
color: #47BD38;
}
.AnyTagClassName
{
color: #47BD38;
}
</style>
background-color css
<style>
a { background-color: #47BD38; }
a { background-color: rgb(71,189,56); }
div.DivClassName
{
background-color: #47BD38;
}
.BgClassName
{
background-color: #47BD38;
}
</style>
border-color css
<style>
span { border-color: #47BD38; }
span { border-color: rgb(71,189,56); }
td.TdClassName
{
border-color: #47BD38;
}
.TagClassName
{
border-color: #47BD38;
}
</style>