Shades of Lime Green #47D440
Tints of Lime Green #47D440
RGB
CMYK
RGB Variations
Color information
#47D440 (or 0x47D440) is known color: Lime Green. HEX triplet: 47, D4 and 40. RGB value is (71,212,64). Sum of RGB (Red+Green+Blue) = 71+212+64=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #47D440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D440 is #B82BBF. Grayscale: #999999. Windows color (decimal): -12069824 or 4248647. OLE color: 4248647.
HSL color Cylindrical-coordinate representation of color #47D440: hue angle of 117.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47D440 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 212 | 64 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.17 |
| HSL | 117.16º | 0.63% | 0.54% | - |
| HSV(B) | 117.16º | 0.7% | 0.83% | - |
| XYZ | 27.07 | 48.8 | 12.84 | - |
| YUV | 152.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 212 | 64 | 0.67 | 0 | 0.70 | 0.17 | 117.16 | 0.63 | 0.54 |
| Hex | 47 | D4 | 40 | 43 | 0 | 46 | 11 | 75 | 3F | 36 |
| Octal | 107 | 324 | 100 | 103 | 0 | 106 | 21 | 165 | 77 | 66 |
| Binary | 1000111 | 11010100 | 1000000 | 1000011 | 0 | 1000110 | 10001 | 1110101 | 111111 | 110110 |
Color Harmonies of #47D440
Complementary color
Monochromatic Colors of #47D440
Black with #47D440
Text Example
Text Example
White with #47D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D440; }
p { color: rgb(71,212,64); }
H1.HeaderClassName
{
color: #47D440;
}
.AnyTagClassName
{
color: #47D440;
}
</style>
background-color css
<style>
a { background-color: #47D440; }
a { background-color: rgb(71,212,64); }
div.DivClassName
{
background-color: #47D440;
}
.BgClassName
{
background-color: #47D440;
}
</style>
border-color css
<style>
span { border-color: #47D440; }
span { border-color: rgb(71,212,64); }
td.TdClassName
{
border-color: #47D440;
}
.TagClassName
{
border-color: #47D440;
}
</style>