Shades of Lime Green #47D53D
Tints of Lime Green #47D53D
RGB
CMYK
RGB Variations
Color information
#47D53D (or 0x47D53D) is known color: Lime Green. HEX triplet: 47, D5 and 3D. RGB value is (71,213,61). Sum of RGB (Red+Green+Blue) = 71+213+61=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #47D53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D53D is #B82AC2. Grayscale: #999999. Windows color (decimal): -12069571 or 4052295. OLE color: 4052295.
HSL color Cylindrical-coordinate representation of color #47D53D: hue angle of 116.05º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47D53D is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 61 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.16 |
| HSL | 116.05º | 0.64% | 0.54% | - |
| HSV(B) | 116.05º | 0.71% | 0.84% | - |
| XYZ | 27.24 | 49.27 | 12.49 | - |
| YUV | 153.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 61 | 0.67 | 0 | 0.71 | 0.16 | 116.05 | 0.64 | 0.54 |
| Hex | 47 | D5 | 3D | 43 | 0 | 47 | 10 | 74 | 40 | 36 |
| Octal | 107 | 325 | 75 | 103 | 0 | 107 | 20 | 164 | 100 | 66 |
| Binary | 1000111 | 11010101 | 111101 | 1000011 | 0 | 1000111 | 10000 | 1110100 | 1000000 | 110110 |
Color Harmonies of #47D53D
Complementary color
Monochromatic Colors of #47D53D
Black with #47D53D
Text Example
Text Example
White with #47D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D53D; }
p { color: rgb(71,213,61); }
H1.HeaderClassName
{
color: #47D53D;
}
.AnyTagClassName
{
color: #47D53D;
}
</style>
background-color css
<style>
a { background-color: #47D53D; }
a { background-color: rgb(71,213,61); }
div.DivClassName
{
background-color: #47D53D;
}
.BgClassName
{
background-color: #47D53D;
}
</style>
border-color css
<style>
span { border-color: #47D53D; }
span { border-color: rgb(71,213,61); }
td.TdClassName
{
border-color: #47D53D;
}
.TagClassName
{
border-color: #47D53D;
}
</style>