Shades of Lime Green #47D73C
Tints of Lime Green #47D73C
RGB
CMYK
RGB Variations
Color information
#47D73C (or 0x47D73C) is known color: Lime Green. HEX triplet: 47, D7 and 3C. RGB value is (71,215,60). Sum of RGB (Red+Green+Blue) = 71+215+60=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 215 (84.38% from 255 or 62.14% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 215 - color contains mainly: green. Hex color #47D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D73C is #B828C3. Grayscale: #9A9A9A. Windows color (decimal): -12069060 or 3987271. OLE color: 3987271.
HSL color Cylindrical-coordinate representation of color #47D73C: hue angle of 115.74º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47D73C is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 215 | 60 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.16 |
| HSL | 115.74º | 0.66% | 0.54% | - |
| HSV(B) | 115.74º | 0.72% | 0.84% | - |
| XYZ | 27.71 | 50.27 | 12.52 | - |
| YUV | 154.27 | 74.79 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 215 | 60 | 0.67 | 0 | 0.72 | 0.16 | 115.74 | 0.66 | 0.54 |
| Hex | 47 | D7 | 3C | 43 | 0 | 48 | 10 | 74 | 42 | 36 |
| Octal | 107 | 327 | 74 | 103 | 0 | 110 | 20 | 164 | 102 | 66 |
| Binary | 1000111 | 11010111 | 111100 | 1000011 | 0 | 1001000 | 10000 | 1110100 | 1000010 | 110110 |
Color Harmonies of #47D73C
Complementary color
Monochromatic Colors of #47D73C
Black with #47D73C
Text Example
Text Example
White with #47D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D73C; }
p { color: rgb(71,215,60); }
H1.HeaderClassName
{
color: #47D73C;
}
.AnyTagClassName
{
color: #47D73C;
}
</style>
background-color css
<style>
a { background-color: #47D73C; }
a { background-color: rgb(71,215,60); }
div.DivClassName
{
background-color: #47D73C;
}
.BgClassName
{
background-color: #47D73C;
}
</style>
border-color css
<style>
span { border-color: #47D73C; }
span { border-color: rgb(71,215,60); }
td.TdClassName
{
border-color: #47D73C;
}
.TagClassName
{
border-color: #47D73C;
}
</style>