Shades of Lime Green #47C63D
Tints of Lime Green #47C63D
RGB
CMYK
RGB Variations
Color information
#47C63D (or 0x47C63D) is known color: Lime Green. HEX triplet: 47, C6 and 3D. RGB value is (71,198,61). Sum of RGB (Red+Green+Blue) = 71+198+61=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #47C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C63D is #B839C2. Grayscale: #909090. Windows color (decimal): -12073411 or 4048455. OLE color: 4048455.
HSL color Cylindrical-coordinate representation of color #47C63D: hue angle of 115.62º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47C63D is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 61 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.22 |
| HSL | 115.62º | 0.55% | 0.51% | - |
| HSV(B) | 115.62º | 0.69% | 0.78% | - |
| XYZ | 23.63 | 42.06 | 11.29 | - |
| YUV | 144.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 61 | 0.64 | 0 | 0.69 | 0.22 | 115.62 | 0.55 | 0.51 |
| Hex | 47 | C6 | 3D | 40 | 0 | 45 | 16 | 74 | 37 | 33 |
| Octal | 107 | 306 | 75 | 100 | 0 | 105 | 26 | 164 | 67 | 63 |
| Binary | 1000111 | 11000110 | 111101 | 1000000 | 0 | 1000101 | 10110 | 1110100 | 110111 | 110011 |
Color Harmonies of #47C63D
Complementary color
Monochromatic Colors of #47C63D
Black with #47C63D
Text Example
Text Example
White with #47C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C63D; }
p { color: rgb(71,198,61); }
H1.HeaderClassName
{
color: #47C63D;
}
.AnyTagClassName
{
color: #47C63D;
}
</style>
background-color css
<style>
a { background-color: #47C63D; }
a { background-color: rgb(71,198,61); }
div.DivClassName
{
background-color: #47C63D;
}
.BgClassName
{
background-color: #47C63D;
}
</style>
border-color css
<style>
span { border-color: #47C63D; }
span { border-color: rgb(71,198,61); }
td.TdClassName
{
border-color: #47C63D;
}
.TagClassName
{
border-color: #47C63D;
}
</style>