Shades of Lime Green #47C240
Tints of Lime Green #47C240
RGB
CMYK
RGB Variations
Color information
#47C240 (or 0x47C240) is known color: Lime Green. HEX triplet: 47, C2 and 40. RGB value is (71,194,64). Sum of RGB (Red+Green+Blue) = 71+194+64=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #47C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C240 is #B83DBF. Grayscale: #8E8E8E. Windows color (decimal): -12074432 or 4244039. OLE color: 4244039.
HSL color Cylindrical-coordinate representation of color #47C240: hue angle of 116.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C240 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 64 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.24 |
| HSL | 116.77º | 0.52% | 0.51% | - |
| HSV(B) | 116.77º | 0.67% | 0.76% | - |
| XYZ | 22.82 | 40.29 | 11.43 | - |
| YUV | 142.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 64 | 0.63 | 0 | 0.67 | 0.24 | 116.77 | 0.52 | 0.51 |
| Hex | 47 | C2 | 40 | 3F | 0 | 43 | 18 | 75 | 34 | 33 |
| Octal | 107 | 302 | 100 | 77 | 0 | 103 | 30 | 165 | 64 | 63 |
| Binary | 1000111 | 11000010 | 1000000 | 111111 | 0 | 1000011 | 11000 | 1110101 | 110100 | 110011 |
Color Harmonies of #47C240
Complementary color
Monochromatic Colors of #47C240
Black with #47C240
Text Example
Text Example
White with #47C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C240; }
p { color: rgb(71,194,64); }
H1.HeaderClassName
{
color: #47C240;
}
.AnyTagClassName
{
color: #47C240;
}
</style>
background-color css
<style>
a { background-color: #47C240; }
a { background-color: rgb(71,194,64); }
div.DivClassName
{
background-color: #47C240;
}
.BgClassName
{
background-color: #47C240;
}
</style>
border-color css
<style>
span { border-color: #47C240; }
span { border-color: rgb(71,194,64); }
td.TdClassName
{
border-color: #47C240;
}
.TagClassName
{
border-color: #47C240;
}
</style>