Shades of Lime Green #47C03D
Tints of Lime Green #47C03D
RGB
CMYK
RGB Variations
Color information
#47C03D (or 0x47C03D) is known color: Lime Green. HEX triplet: 47, C0 and 3D. RGB value is (71,192,61). Sum of RGB (Red+Green+Blue) = 71+192+61=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #47C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C03D is #B83FC2. Grayscale: #8D8D8D. Windows color (decimal): -12074947 or 4046919. OLE color: 4046919.
HSL color Cylindrical-coordinate representation of color #47C03D: hue angle of 115.42º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47C03D is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 61 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.25 |
| HSL | 115.42º | 0.52% | 0.5% | - |
| HSV(B) | 115.42º | 0.68% | 0.75% | - |
| XYZ | 22.29 | 39.38 | 10.84 | - |
| YUV | 140.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 61 | 0.63 | 0 | 0.68 | 0.25 | 115.42 | 0.52 | 0.5 |
| Hex | 47 | C0 | 3D | 3F | 0 | 44 | 19 | 73 | 34 | 32 |
| Octal | 107 | 300 | 75 | 77 | 0 | 104 | 31 | 163 | 64 | 62 |
| Binary | 1000111 | 11000000 | 111101 | 111111 | 0 | 1000100 | 11001 | 1110011 | 110100 | 110010 |
Color Harmonies of #47C03D
Complementary color
Monochromatic Colors of #47C03D
Black with #47C03D
Text Example
Text Example
White with #47C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C03D; }
p { color: rgb(71,192,61); }
H1.HeaderClassName
{
color: #47C03D;
}
.AnyTagClassName
{
color: #47C03D;
}
</style>
background-color css
<style>
a { background-color: #47C03D; }
a { background-color: rgb(71,192,61); }
div.DivClassName
{
background-color: #47C03D;
}
.BgClassName
{
background-color: #47C03D;
}
</style>
border-color css
<style>
span { border-color: #47C03D; }
span { border-color: rgb(71,192,61); }
td.TdClassName
{
border-color: #47C03D;
}
.TagClassName
{
border-color: #47C03D;
}
</style>