Shades of Lime Green #47CA52
Tints of Lime Green #47CA52
RGB
CMYK
RGB Variations
Color information
#47CA52 (or 0x47CA52) is known color: Lime Green. HEX triplet: 47, CA and 52. RGB value is (71,202,82). Sum of RGB (Red+Green+Blue) = 71+202+82=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA52 is #B835AD. Grayscale: #959595. Windows color (decimal): -12072366 or 5425735. OLE color: 5425735.
HSL color Cylindrical-coordinate representation of color #47CA52: hue angle of 125.04º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CA52 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 82 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.21 |
| HSL | 125.04º | 0.55% | 0.54% | - |
| HSV(B) | 125.04º | 0.65% | 0.79% | - |
| XYZ | 25.24 | 44.19 | 15.18 | - |
| YUV | 149.15 | 90.1 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 82 | 0.65 | 0 | 0.59 | 0.21 | 125.04 | 0.55 | 0.54 |
| Hex | 47 | CA | 52 | 41 | 0 | 3B | 15 | 7D | 37 | 36 |
| Octal | 107 | 312 | 122 | 101 | 0 | 73 | 25 | 175 | 67 | 66 |
| Binary | 1000111 | 11001010 | 1010010 | 1000001 | 0 | 111011 | 10101 | 1111101 | 110111 | 110110 |
Color Harmonies of #47CA52
Complementary color
Monochromatic Colors of #47CA52
Black with #47CA52
Text Example
Text Example
White with #47CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA52; }
p { color: rgb(71,202,82); }
H1.HeaderClassName
{
color: #47CA52;
}
.AnyTagClassName
{
color: #47CA52;
}
</style>
background-color css
<style>
a { background-color: #47CA52; }
a { background-color: rgb(71,202,82); }
div.DivClassName
{
background-color: #47CA52;
}
.BgClassName
{
background-color: #47CA52;
}
</style>
border-color css
<style>
span { border-color: #47CA52; }
span { border-color: rgb(71,202,82); }
td.TdClassName
{
border-color: #47CA52;
}
.TagClassName
{
border-color: #47CA52;
}
</style>