Shades of Lime Green #47BD34
Tints of Lime Green #47BD34
RGB
CMYK
RGB Variations
Color information
#47BD34 (or 0x47BD34) is known color: Lime Green. HEX triplet: 47, BD and 34. RGB value is (71,189,52). Sum of RGB (Red+Green+Blue) = 71+189+52=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD34 is #B842CB. Grayscale: #8A8A8A. Windows color (decimal): -12075724 or 3456327. OLE color: 3456327.
HSL color Cylindrical-coordinate representation of color #47BD34: hue angle of 111.68º 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 #47BD34 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 52 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.26 |
| HSL | 111.68º | 0.57% | 0.47% | - |
| HSV(B) | 111.68º | 0.72% | 0.74% | - |
| XYZ | 21.42 | 37.98 | 9.45 | - |
| YUV | 138.1 | 79.41 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 52 | 0.62 | 0 | 0.72 | 0.26 | 111.68 | 0.57 | 0.47 |
| Hex | 47 | BD | 34 | 3E | 0 | 48 | 1A | 70 | 39 | 2F |
| Octal | 107 | 275 | 64 | 76 | 0 | 110 | 32 | 160 | 71 | 57 |
| Binary | 1000111 | 10111101 | 110100 | 111110 | 0 | 1001000 | 11010 | 1110000 | 111001 | 101111 |
Color Harmonies of #47BD34
Complementary color
Monochromatic Colors of #47BD34
Black with #47BD34
Text Example
Text Example
White with #47BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD34; }
p { color: rgb(71,189,52); }
H1.HeaderClassName
{
color: #47BD34;
}
.AnyTagClassName
{
color: #47BD34;
}
</style>
background-color css
<style>
a { background-color: #47BD34; }
a { background-color: rgb(71,189,52); }
div.DivClassName
{
background-color: #47BD34;
}
.BgClassName
{
background-color: #47BD34;
}
</style>
border-color css
<style>
span { border-color: #47BD34; }
span { border-color: rgb(71,189,52); }
td.TdClassName
{
border-color: #47BD34;
}
.TagClassName
{
border-color: #47BD34;
}
</style>