Shades of Lime Green #47C83C
Tints of Lime Green #47C83C
RGB
CMYK
RGB Variations
Color information
#47C83C (or 0x47C83C) is known color: Lime Green. HEX triplet: 47, C8 and 3C. RGB value is (71,200,60). Sum of RGB (Red+Green+Blue) = 71+200+60=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #47C83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C83C is #B837C3. Grayscale: #919191. Windows color (decimal): -12072900 or 3983431. OLE color: 3983431.
HSL color Cylindrical-coordinate representation of color #47C83C: hue angle of 115.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C83C is Cyan = 0.64, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 200 | 60 | - |
| CMYK | 0.64 | 0 | 0.7 | 0.22 |
| HSL | 115.29º | 0.56% | 0.51% | - |
| HSV(B) | 115.29º | 0.7% | 0.78% | - |
| XYZ | 24.07 | 42.97 | 11.3 | - |
| YUV | 145.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 60 | 0.64 | 0 | 0.7 | 0.22 | 115.29 | 0.56 | 0.51 |
| Hex | 47 | C8 | 3C | 40 | 0 | 46 | 16 | 73 | 38 | 33 |
| Octal | 107 | 310 | 74 | 100 | 0 | 106 | 26 | 163 | 70 | 63 |
| Binary | 1000111 | 11001000 | 111100 | 1000000 | 0 | 1000110 | 10110 | 1110011 | 111000 | 110011 |
Color Harmonies of #47C83C
Complementary color
Monochromatic Colors of #47C83C
Black with #47C83C
Text Example
Text Example
White with #47C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C83C; }
p { color: rgb(71,200,60); }
H1.HeaderClassName
{
color: #47C83C;
}
.AnyTagClassName
{
color: #47C83C;
}
</style>
background-color css
<style>
a { background-color: #47C83C; }
a { background-color: rgb(71,200,60); }
div.DivClassName
{
background-color: #47C83C;
}
.BgClassName
{
background-color: #47C83C;
}
</style>
border-color css
<style>
span { border-color: #47C83C; }
span { border-color: rgb(71,200,60); }
td.TdClassName
{
border-color: #47C83C;
}
.TagClassName
{
border-color: #47C83C;
}
</style>