Shades of Lime Green #47E03D
Tints of Lime Green #47E03D
RGB
CMYK
RGB Variations
Color information
#47E03D (or 0x47E03D) is known color: Lime Green. HEX triplet: 47, E0 and 3D. RGB value is (71,224,61). Sum of RGB (Red+Green+Blue) = 71+224+61=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #47E03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E03D is #B81FC2. Grayscale: #A0A0A0. Windows color (decimal): -12066755 or 4055111. OLE color: 4055111.
HSL color Cylindrical-coordinate representation of color #47E03D: hue angle of 116.32º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47E03D is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 61 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.12 |
| HSL | 116.32º | 0.72% | 0.56% | - |
| HSV(B) | 116.32º | 0.73% | 0.88% | - |
| XYZ | 30.1 | 54.99 | 13.44 | - |
| YUV | 159.67 | 72.31 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 61 | 0.68 | 0 | 0.73 | 0.12 | 116.32 | 0.72 | 0.56 |
| Hex | 47 | E0 | 3D | 44 | 0 | 49 | C | 74 | 48 | 38 |
| Octal | 107 | 340 | 75 | 104 | 0 | 111 | 14 | 164 | 110 | 70 |
| Binary | 1000111 | 11100000 | 111101 | 1000100 | 0 | 1001001 | 1100 | 1110100 | 1001000 | 111000 |
Color Harmonies of #47E03D
Complementary color
Monochromatic Colors of #47E03D
Black with #47E03D
Text Example
Text Example
White with #47E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E03D; }
p { color: rgb(71,224,61); }
H1.HeaderClassName
{
color: #47E03D;
}
.AnyTagClassName
{
color: #47E03D;
}
</style>
background-color css
<style>
a { background-color: #47E03D; }
a { background-color: rgb(71,224,61); }
div.DivClassName
{
background-color: #47E03D;
}
.BgClassName
{
background-color: #47E03D;
}
</style>
border-color css
<style>
span { border-color: #47E03D; }
span { border-color: rgb(71,224,61); }
td.TdClassName
{
border-color: #47E03D;
}
.TagClassName
{
border-color: #47E03D;
}
</style>