Shades of Lime Green #47CE48
Tints of Lime Green #47CE48
RGB
CMYK
RGB Variations
Color information
#47CE48 (or 0x47CE48) is known color: Lime Green. HEX triplet: 47, CE and 48. RGB value is (71,206,72). Sum of RGB (Red+Green+Blue) = 71+206+72=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #47CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CE48 is #B831B7. Grayscale: #969696. Windows color (decimal): -12071352 or 4771399. OLE color: 4771399.
HSL color Cylindrical-coordinate representation of color #47CE48: hue angle of 120.44º 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 #47CE48 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 72 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.19 |
| HSL | 120.44º | 0.58% | 0.54% | - |
| HSV(B) | 120.44º | 0.66% | 0.81% | - |
| XYZ | 25.84 | 45.95 | 13.64 | - |
| YUV | 150.36 | 83.77 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 72 | 0.66 | 0 | 0.65 | 0.19 | 120.44 | 0.58 | 0.54 |
| Hex | 47 | CE | 48 | 42 | 0 | 41 | 13 | 78 | 3A | 36 |
| Octal | 107 | 316 | 110 | 102 | 0 | 101 | 23 | 170 | 72 | 66 |
| Binary | 1000111 | 11001110 | 1001000 | 1000010 | 0 | 1000001 | 10011 | 1111000 | 111010 | 110110 |
Color Harmonies of #47CE48
Complementary color
Monochromatic Colors of #47CE48
Black with #47CE48
Text Example
Text Example
White with #47CE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CE48; }
p { color: rgb(71,206,72); }
H1.HeaderClassName
{
color: #47CE48;
}
.AnyTagClassName
{
color: #47CE48;
}
</style>
background-color css
<style>
a { background-color: #47CE48; }
a { background-color: rgb(71,206,72); }
div.DivClassName
{
background-color: #47CE48;
}
.BgClassName
{
background-color: #47CE48;
}
</style>
border-color css
<style>
span { border-color: #47CE48; }
span { border-color: rgb(71,206,72); }
td.TdClassName
{
border-color: #47CE48;
}
.TagClassName
{
border-color: #47CE48;
}
</style>