Shades of Lime Green #47BB40
Tints of Lime Green #47BB40
RGB
CMYK
RGB Variations
Color information
#47BB40 (or 0x47BB40) is known color: Lime Green. HEX triplet: 47, BB and 40. RGB value is (71,187,64). Sum of RGB (Red+Green+Blue) = 71+187+64=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BB40 is #B844BF. Grayscale: #8A8A8A. Windows color (decimal): -12076224 or 4242247. OLE color: 4242247.
HSL color Cylindrical-coordinate representation of color #47BB40: hue angle of 116.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47BB40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 64 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.27 |
| HSL | 116.59º | 0.49% | 0.49% | - |
| HSV(B) | 116.59º | 0.66% | 0.73% | - |
| XYZ | 21.29 | 37.25 | 10.92 | - |
| YUV | 138.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 64 | 0.62 | 0 | 0.66 | 0.27 | 116.59 | 0.49 | 0.49 |
| Hex | 47 | BB | 40 | 3E | 0 | 42 | 1B | 75 | 31 | 31 |
| Octal | 107 | 273 | 100 | 76 | 0 | 102 | 33 | 165 | 61 | 61 |
| Binary | 1000111 | 10111011 | 1000000 | 111110 | 0 | 1000010 | 11011 | 1110101 | 110001 | 110001 |
Color Harmonies of #47BB40
Complementary color
Monochromatic Colors of #47BB40
Black with #47BB40
Text Example
Text Example
White with #47BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BB40; }
p { color: rgb(71,187,64); }
H1.HeaderClassName
{
color: #47BB40;
}
.AnyTagClassName
{
color: #47BB40;
}
</style>
background-color css
<style>
a { background-color: #47BB40; }
a { background-color: rgb(71,187,64); }
div.DivClassName
{
background-color: #47BB40;
}
.BgClassName
{
background-color: #47BB40;
}
</style>
border-color css
<style>
span { border-color: #47BB40; }
span { border-color: rgb(71,187,64); }
td.TdClassName
{
border-color: #47BB40;
}
.TagClassName
{
border-color: #47BB40;
}
</style>