Shades of Lime Green #47D130
Tints of Lime Green #47D130
RGB
CMYK
RGB Variations
Color information
#47D130 (or 0x47D130) is known color: Lime Green. HEX triplet: 47, D1 and 30. RGB value is (71,209,48). Sum of RGB (Red+Green+Blue) = 71+209+48=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 209 (82.03% from 255 or 63.72% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 209 - color contains mainly: green. Hex color #47D130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D130 is #B82ECF. Grayscale: #959595. Windows color (decimal): -12070608 or 3199303. OLE color: 3199303.
HSL color Cylindrical-coordinate representation of color #47D130: hue angle of 111.43º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47D130 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 209 | 48 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.18 |
| HSL | 111.43º | 0.64% | 0.5% | - |
| HSV(B) | 111.43º | 0.77% | 0.82% | - |
| XYZ | 25.93 | 47.15 | 10.53 | - |
| YUV | 149.38 | 70.78 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 48 | 0.66 | 0 | 0.77 | 0.18 | 111.43 | 0.64 | 0.5 |
| Hex | 47 | D1 | 30 | 42 | 0 | 4D | 12 | 6F | 40 | 32 |
| Octal | 107 | 321 | 60 | 102 | 0 | 115 | 22 | 157 | 100 | 62 |
| Binary | 1000111 | 11010001 | 110000 | 1000010 | 0 | 1001101 | 10010 | 1101111 | 1000000 | 110010 |
Color Harmonies of #47D130
Complementary color
Monochromatic Colors of #47D130
Black with #47D130
Text Example
Text Example
White with #47D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D130; }
p { color: rgb(71,209,48); }
H1.HeaderClassName
{
color: #47D130;
}
.AnyTagClassName
{
color: #47D130;
}
</style>
background-color css
<style>
a { background-color: #47D130; }
a { background-color: rgb(71,209,48); }
div.DivClassName
{
background-color: #47D130;
}
.BgClassName
{
background-color: #47D130;
}
</style>
border-color css
<style>
span { border-color: #47D130; }
span { border-color: rgb(71,209,48); }
td.TdClassName
{
border-color: #47D130;
}
.TagClassName
{
border-color: #47D130;
}
</style>