Shades of Lime Green #47CA40
Tints of Lime Green #47CA40
RGB
CMYK
RGB Variations
Color information
#47CA40 (or 0x47CA40) is known color: Lime Green. HEX triplet: 47, CA and 40. RGB value is (71,202,64). Sum of RGB (Red+Green+Blue) = 71+202+64=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CA40 is #B835BF. Grayscale: #939393. Windows color (decimal): -12072384 or 4246087. OLE color: 4246087.
HSL color Cylindrical-coordinate representation of color #47CA40: hue angle of 116.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CA40 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 64 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.21 |
| HSL | 116.96º | 0.57% | 0.52% | - |
| HSV(B) | 116.96º | 0.68% | 0.79% | - |
| XYZ | 24.64 | 43.95 | 12.03 | - |
| YUV | 147.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 64 | 0.65 | 0 | 0.68 | 0.21 | 116.96 | 0.57 | 0.52 |
| Hex | 47 | CA | 40 | 41 | 0 | 44 | 15 | 75 | 39 | 34 |
| Octal | 107 | 312 | 100 | 101 | 0 | 104 | 25 | 165 | 71 | 64 |
| Binary | 1000111 | 11001010 | 1000000 | 1000001 | 0 | 1000100 | 10101 | 1110101 | 111001 | 110100 |
Color Harmonies of #47CA40
Complementary color
Monochromatic Colors of #47CA40
Black with #47CA40
Text Example
Text Example
White with #47CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA40; }
p { color: rgb(71,202,64); }
H1.HeaderClassName
{
color: #47CA40;
}
.AnyTagClassName
{
color: #47CA40;
}
</style>
background-color css
<style>
a { background-color: #47CA40; }
a { background-color: rgb(71,202,64); }
div.DivClassName
{
background-color: #47CA40;
}
.BgClassName
{
background-color: #47CA40;
}
</style>
border-color css
<style>
span { border-color: #47CA40; }
span { border-color: rgb(71,202,64); }
td.TdClassName
{
border-color: #47CA40;
}
.TagClassName
{
border-color: #47CA40;
}
</style>