Shades of Lime Green #47D650
Tints of Lime Green #47D650
RGB
CMYK
RGB Variations
Color information
#47D650 (or 0x47D650) is known color: Lime Green. HEX triplet: 47, D6 and 50. RGB value is (71,214,80). Sum of RGB (Red+Green+Blue) = 71+214+80=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #47D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D650 is #B829AF. Grayscale: #9C9C9C. Windows color (decimal): -12069296 or 5297735. OLE color: 5297735.
HSL color Cylindrical-coordinate representation of color #47D650: hue angle of 123.78º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D650 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 80 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.16 |
| HSL | 123.78º | 0.64% | 0.56% | - |
| HSV(B) | 123.78º | 0.67% | 0.84% | - |
| XYZ | 28.09 | 50.01 | 15.76 | - |
| YUV | 155.97 | 85.12 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 80 | 0.67 | 0 | 0.63 | 0.16 | 123.78 | 0.64 | 0.56 |
| Hex | 47 | D6 | 50 | 43 | 0 | 3F | 10 | 7C | 40 | 38 |
| Octal | 107 | 326 | 120 | 103 | 0 | 77 | 20 | 174 | 100 | 70 |
| Binary | 1000111 | 11010110 | 1010000 | 1000011 | 0 | 111111 | 10000 | 1111100 | 1000000 | 111000 |
Color Harmonies of #47D650
Complementary color
Monochromatic Colors of #47D650
Black with #47D650
Text Example
Text Example
White with #47D650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D650; }
p { color: rgb(71,214,80); }
H1.HeaderClassName
{
color: #47D650;
}
.AnyTagClassName
{
color: #47D650;
}
</style>
background-color css
<style>
a { background-color: #47D650; }
a { background-color: rgb(71,214,80); }
div.DivClassName
{
background-color: #47D650;
}
.BgClassName
{
background-color: #47D650;
}
</style>
border-color css
<style>
span { border-color: #47D650; }
span { border-color: rgb(71,214,80); }
td.TdClassName
{
border-color: #47D650;
}
.TagClassName
{
border-color: #47D650;
}
</style>