Shades of Lime Green #47C54C
Tints of Lime Green #47C54C
RGB
CMYK
RGB Variations
Color information
#47C54C (or 0x47C54C) is known color: Lime Green. HEX triplet: 47, C5 and 4C. RGB value is (71,197,76). Sum of RGB (Red+Green+Blue) = 71+197+76=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #47C54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C54C is #B83AB3. Grayscale: #919191. Windows color (decimal): -12073652 or 5031239. OLE color: 5031239.
HSL color Cylindrical-coordinate representation of color #47C54C: hue angle of 122.38º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C54C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 76 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.23 |
| HSL | 122.38º | 0.52% | 0.53% | - |
| HSV(B) | 122.38º | 0.64% | 0.77% | - |
| XYZ | 23.87 | 41.79 | 13.65 | - |
| YUV | 145.53 | 88.76 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 76 | 0.64 | 0 | 0.61 | 0.23 | 122.38 | 0.52 | 0.53 |
| Hex | 47 | C5 | 4C | 40 | 0 | 3D | 17 | 7A | 34 | 35 |
| Octal | 107 | 305 | 114 | 100 | 0 | 75 | 27 | 172 | 64 | 65 |
| Binary | 1000111 | 11000101 | 1001100 | 1000000 | 0 | 111101 | 10111 | 1111010 | 110100 | 110101 |
Color Harmonies of #47C54C
Complementary color
Monochromatic Colors of #47C54C
Black with #47C54C
Text Example
Text Example
White with #47C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C54C; }
p { color: rgb(71,197,76); }
H1.HeaderClassName
{
color: #47C54C;
}
.AnyTagClassName
{
color: #47C54C;
}
</style>
background-color css
<style>
a { background-color: #47C54C; }
a { background-color: rgb(71,197,76); }
div.DivClassName
{
background-color: #47C54C;
}
.BgClassName
{
background-color: #47C54C;
}
</style>
border-color css
<style>
span { border-color: #47C54C; }
span { border-color: rgb(71,197,76); }
td.TdClassName
{
border-color: #47C54C;
}
.TagClassName
{
border-color: #47C54C;
}
</style>