Shades of Lime Green #47BD33
Tints of Lime Green #47BD33
RGB
CMYK
RGB Variations
Color information
#47BD33 (or 0x47BD33) is known color: Lime Green. HEX triplet: 47, BD and 33. RGB value is (71,189,51). Sum of RGB (Red+Green+Blue) = 71+189+51=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD33 is #B842CC. Grayscale: #8A8A8A. Windows color (decimal): -12075725 or 3390791. OLE color: 3390791.
HSL color Cylindrical-coordinate representation of color #47BD33: hue angle of 111.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47BD33 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 51 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.26 |
| HSL | 111.3º | 0.58% | 0.47% | - |
| HSV(B) | 111.3º | 0.73% | 0.74% | - |
| XYZ | 21.39 | 37.97 | 9.33 | - |
| YUV | 137.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 51 | 0.62 | 0 | 0.73 | 0.26 | 111.3 | 0.58 | 0.47 |
| Hex | 47 | BD | 33 | 3E | 0 | 49 | 1A | 6F | 3A | 2F |
| Octal | 107 | 275 | 63 | 76 | 0 | 111 | 32 | 157 | 72 | 57 |
| Binary | 1000111 | 10111101 | 110011 | 111110 | 0 | 1001001 | 11010 | 1101111 | 111010 | 101111 |
Color Harmonies of #47BD33
Complementary color
Monochromatic Colors of #47BD33
Black with #47BD33
Text Example
Text Example
White with #47BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD33; }
p { color: rgb(71,189,51); }
H1.HeaderClassName
{
color: #47BD33;
}
.AnyTagClassName
{
color: #47BD33;
}
</style>
background-color css
<style>
a { background-color: #47BD33; }
a { background-color: rgb(71,189,51); }
div.DivClassName
{
background-color: #47BD33;
}
.BgClassName
{
background-color: #47BD33;
}
</style>
border-color css
<style>
span { border-color: #47BD33; }
span { border-color: rgb(71,189,51); }
td.TdClassName
{
border-color: #47BD33;
}
.TagClassName
{
border-color: #47BD33;
}
</style>