Shades of Lime Green #47BC34
Tints of Lime Green #47BC34
RGB
CMYK
RGB Variations
Color information
#47BC34 (or 0x47BC34) is known color: Lime Green. HEX triplet: 47, BC and 34. RGB value is (71,188,52). Sum of RGB (Red+Green+Blue) = 71+188+52=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BC34 is #B843CB. Grayscale: #898989. Windows color (decimal): -12075980 or 3456071. OLE color: 3456071.
HSL color Cylindrical-coordinate representation of color #47BC34: hue angle of 111.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47BC34 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 188 | 52 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.26 |
| HSL | 111.62º | 0.57% | 0.47% | - |
| HSV(B) | 111.62º | 0.72% | 0.74% | - |
| XYZ | 21.2 | 37.55 | 9.38 | - |
| YUV | 137.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 188 | 52 | 0.62 | 0 | 0.72 | 0.26 | 111.62 | 0.57 | 0.47 |
| Hex | 47 | BC | 34 | 3E | 0 | 48 | 1A | 70 | 39 | 2F |
| Octal | 107 | 274 | 64 | 76 | 0 | 110 | 32 | 160 | 71 | 57 |
| Binary | 1000111 | 10111100 | 110100 | 111110 | 0 | 1001000 | 11010 | 1110000 | 111001 | 101111 |
Color Harmonies of #47BC34
Complementary color
Monochromatic Colors of #47BC34
Black with #47BC34
Text Example
Text Example
White with #47BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BC34; }
p { color: rgb(71,188,52); }
H1.HeaderClassName
{
color: #47BC34;
}
.AnyTagClassName
{
color: #47BC34;
}
</style>
background-color css
<style>
a { background-color: #47BC34; }
a { background-color: rgb(71,188,52); }
div.DivClassName
{
background-color: #47BC34;
}
.BgClassName
{
background-color: #47BC34;
}
</style>
border-color css
<style>
span { border-color: #47BC34; }
span { border-color: rgb(71,188,52); }
td.TdClassName
{
border-color: #47BC34;
}
.TagClassName
{
border-color: #47BC34;
}
</style>