Shades of Lime Green #47BA3B
Tints of Lime Green #47BA3B
RGB
CMYK
RGB Variations
Color information
#47BA3B (or 0x47BA3B) is known color: Lime Green. HEX triplet: 47, BA and 3B. RGB value is (71,186,59). Sum of RGB (Red+Green+Blue) = 71+186+59=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BA3B is #B845C4. Grayscale: #898989. Windows color (decimal): -12076485 or 3914311. OLE color: 3914311.
HSL color Cylindrical-coordinate representation of color #47BA3B: hue angle of 114.33º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47BA3B is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 59 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.27 |
| HSL | 114.33º | 0.52% | 0.48% | - |
| HSV(B) | 114.33º | 0.68% | 0.73% | - |
| XYZ | 20.95 | 36.77 | 10.13 | - |
| YUV | 137.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 59 | 0.62 | 0 | 0.68 | 0.27 | 114.33 | 0.52 | 0.48 |
| Hex | 47 | BA | 3B | 3E | 0 | 44 | 1B | 72 | 34 | 30 |
| Octal | 107 | 272 | 73 | 76 | 0 | 104 | 33 | 162 | 64 | 60 |
| Binary | 1000111 | 10111010 | 111011 | 111110 | 0 | 1000100 | 11011 | 1110010 | 110100 | 110000 |
Color Harmonies of #47BA3B
Complementary color
Monochromatic Colors of #47BA3B
Black with #47BA3B
Text Example
Text Example
White with #47BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA3B; }
p { color: rgb(71,186,59); }
H1.HeaderClassName
{
color: #47BA3B;
}
.AnyTagClassName
{
color: #47BA3B;
}
</style>
background-color css
<style>
a { background-color: #47BA3B; }
a { background-color: rgb(71,186,59); }
div.DivClassName
{
background-color: #47BA3B;
}
.BgClassName
{
background-color: #47BA3B;
}
</style>
border-color css
<style>
span { border-color: #47BA3B; }
span { border-color: rgb(71,186,59); }
td.TdClassName
{
border-color: #47BA3B;
}
.TagClassName
{
border-color: #47BA3B;
}
</style>