Shades of Lime Green #47C235
Tints of Lime Green #47C235
RGB
CMYK
RGB Variations
Color information
#47C235 (or 0x47C235) is known color: Lime Green. HEX triplet: 47, C2 and 35. RGB value is (71,194,53). Sum of RGB (Red+Green+Blue) = 71+194+53=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #47C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C235 is #B83DCA. Grayscale: #8D8D8D. Windows color (decimal): -12074443 or 3523143. OLE color: 3523143.
HSL color Cylindrical-coordinate representation of color #47C235: hue angle of 112.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47C235 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 53 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.24 |
| HSL | 112.34º | 0.57% | 0.48% | - |
| HSV(B) | 112.34º | 0.73% | 0.76% | - |
| XYZ | 22.53 | 40.18 | 9.94 | - |
| YUV | 141.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 53 | 0.63 | 0 | 0.73 | 0.24 | 112.34 | 0.57 | 0.48 |
| Hex | 47 | C2 | 35 | 3F | 0 | 49 | 18 | 70 | 39 | 30 |
| Octal | 107 | 302 | 65 | 77 | 0 | 111 | 30 | 160 | 71 | 60 |
| Binary | 1000111 | 11000010 | 110101 | 111111 | 0 | 1001001 | 11000 | 1110000 | 111001 | 110000 |
Color Harmonies of #47C235
Complementary color
Monochromatic Colors of #47C235
Black with #47C235
Text Example
Text Example
White with #47C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C235; }
p { color: rgb(71,194,53); }
H1.HeaderClassName
{
color: #47C235;
}
.AnyTagClassName
{
color: #47C235;
}
</style>
background-color css
<style>
a { background-color: #47C235; }
a { background-color: rgb(71,194,53); }
div.DivClassName
{
background-color: #47C235;
}
.BgClassName
{
background-color: #47C235;
}
</style>
border-color css
<style>
span { border-color: #47C235; }
span { border-color: rgb(71,194,53); }
td.TdClassName
{
border-color: #47C235;
}
.TagClassName
{
border-color: #47C235;
}
</style>