Shades of Lime Green #47CB4D
Tints of Lime Green #47CB4D
RGB
CMYK
RGB Variations
Color information
#47CB4D (or 0x47CB4D) is known color: Lime Green. HEX triplet: 47, CB and 4D. RGB value is (71,203,77). Sum of RGB (Red+Green+Blue) = 71+203+77=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CB4D is #B834B2. Grayscale: #959595. Windows color (decimal): -12072115 or 5098311. OLE color: 5098311.
HSL color Cylindrical-coordinate representation of color #47CB4D: hue angle of 122.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CB4D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 77 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.20 |
| HSL | 122.73º | 0.56% | 0.54% | - |
| HSV(B) | 122.73º | 0.65% | 0.8% | - |
| XYZ | 25.29 | 44.59 | 14.29 | - |
| YUV | 149.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 77 | 0.65 | 0 | 0.62 | 0.20 | 122.73 | 0.56 | 0.54 |
| Hex | 47 | CB | 4D | 41 | 0 | 3E | 14 | 7B | 38 | 36 |
| Octal | 107 | 313 | 115 | 101 | 0 | 76 | 24 | 173 | 70 | 66 |
| Binary | 1000111 | 11001011 | 1001101 | 1000001 | 0 | 111110 | 10100 | 1111011 | 111000 | 110110 |
Color Harmonies of #47CB4D
Complementary color
Monochromatic Colors of #47CB4D
Black with #47CB4D
Text Example
Text Example
White with #47CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB4D; }
p { color: rgb(71,203,77); }
H1.HeaderClassName
{
color: #47CB4D;
}
.AnyTagClassName
{
color: #47CB4D;
}
</style>
background-color css
<style>
a { background-color: #47CB4D; }
a { background-color: rgb(71,203,77); }
div.DivClassName
{
background-color: #47CB4D;
}
.BgClassName
{
background-color: #47CB4D;
}
</style>
border-color css
<style>
span { border-color: #47CB4D; }
span { border-color: rgb(71,203,77); }
td.TdClassName
{
border-color: #47CB4D;
}
.TagClassName
{
border-color: #47CB4D;
}
</style>