Shades of Lime Green #47CF46
Tints of Lime Green #47CF46
RGB
CMYK
RGB Variations
Color information
#47CF46 (or 0x47CF46) is known color: Lime Green. HEX triplet: 47, CF and 46. RGB value is (71,207,70). Sum of RGB (Red+Green+Blue) = 71+207+70=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF46 is #B830B9. Grayscale: #979797. Windows color (decimal): -12071098 or 4640583. OLE color: 4640583.
HSL color Cylindrical-coordinate representation of color #47CF46: hue angle of 119.56º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CF46 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 70 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.19 |
| HSL | 119.56º | 0.59% | 0.54% | - |
| HSV(B) | 119.56º | 0.66% | 0.81% | - |
| XYZ | 26.02 | 46.41 | 13.38 | - |
| YUV | 150.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 70 | 0.66 | 0 | 0.66 | 0.19 | 119.56 | 0.59 | 0.54 |
| Hex | 47 | CF | 46 | 42 | 0 | 42 | 13 | 78 | 3B | 36 |
| Octal | 107 | 317 | 106 | 102 | 0 | 102 | 23 | 170 | 73 | 66 |
| Binary | 1000111 | 11001111 | 1000110 | 1000010 | 0 | 1000010 | 10011 | 1111000 | 111011 | 110110 |
Color Harmonies of #47CF46
Complementary color
Monochromatic Colors of #47CF46
Black with #47CF46
Text Example
Text Example
White with #47CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF46; }
p { color: rgb(71,207,70); }
H1.HeaderClassName
{
color: #47CF46;
}
.AnyTagClassName
{
color: #47CF46;
}
</style>
background-color css
<style>
a { background-color: #47CF46; }
a { background-color: rgb(71,207,70); }
div.DivClassName
{
background-color: #47CF46;
}
.BgClassName
{
background-color: #47CF46;
}
</style>
border-color css
<style>
span { border-color: #47CF46; }
span { border-color: rgb(71,207,70); }
td.TdClassName
{
border-color: #47CF46;
}
.TagClassName
{
border-color: #47CF46;
}
</style>