Shades of Lime Green #47CE53
Tints of Lime Green #47CE53
RGB
CMYK
RGB Variations
Color information
#47CE53 (or 0x47CE53) is known color: Lime Green. HEX triplet: 47, CE and 53. RGB value is (71,206,83). Sum of RGB (Red+Green+Blue) = 71+206+83=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #47CE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CE53 is #B831AC. Grayscale: #979797. Windows color (decimal): -12071341 or 5492295. OLE color: 5492295.
HSL color Cylindrical-coordinate representation of color #47CE53: hue angle of 125.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CE53 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 83 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.19 |
| HSL | 125.33º | 0.58% | 0.54% | - |
| HSV(B) | 125.33º | 0.66% | 0.81% | - |
| XYZ | 26.23 | 46.11 | 15.7 | - |
| YUV | 151.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 83 | 0.66 | 0 | 0.60 | 0.19 | 125.33 | 0.58 | 0.54 |
| Hex | 47 | CE | 53 | 42 | 0 | 3C | 13 | 7D | 3A | 36 |
| Octal | 107 | 316 | 123 | 102 | 0 | 74 | 23 | 175 | 72 | 66 |
| Binary | 1000111 | 11001110 | 1010011 | 1000010 | 0 | 111100 | 10011 | 1111101 | 111010 | 110110 |
Color Harmonies of #47CE53
Complementary color
Monochromatic Colors of #47CE53
Black with #47CE53
Text Example
Text Example
White with #47CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CE53; }
p { color: rgb(71,206,83); }
H1.HeaderClassName
{
color: #47CE53;
}
.AnyTagClassName
{
color: #47CE53;
}
</style>
background-color css
<style>
a { background-color: #47CE53; }
a { background-color: rgb(71,206,83); }
div.DivClassName
{
background-color: #47CE53;
}
.BgClassName
{
background-color: #47CE53;
}
</style>
border-color css
<style>
span { border-color: #47CE53; }
span { border-color: rgb(71,206,83); }
td.TdClassName
{
border-color: #47CE53;
}
.TagClassName
{
border-color: #47CE53;
}
</style>